| TestableSqlContentEntityStorage::$database |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Active database connection. |
| TestableSqlContentEntityStorage::$entityType |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Information about the entity type. |
| TestableSqlContentEntityStorage::$fieldStorageDefinitions |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
The entity type's field storage definitions. |
| TestableSqlContentEntityStorage::$tableMapping |
property |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
The mapping of field columns to SQL tables. |
| TestableSqlContentEntityStorage::getTableMapping |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Overrides original SqlContentEntityStorage::getTableMapping(). |
| TestableSqlContentEntityStorage::publicDeleteFromDedicatedTables |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Exposes the protected deleteFromDedicatedTables() method for testing. |
| TestableSqlContentEntityStorage::setTableMapping |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Sets the table mapping. |
| TestableSqlContentEntityStorage::__construct |
function |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
Override the constructor to bypass the parent's constructor. |
| TestSqlIdMap::ensureTables |
function |
core/modules/migrate/tests/src/Unit/TestSqlIdMap.php |
Create the map and message tables if they don't already exist. |
| ThemePreprocess::preprocessTablesortIndicator |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for tablesort indicators. |
| TranslatableStorageInterface |
interface |
core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php |
A storage that supports translatable entity types. |
| TranslatableStorageInterface.php |
file |
core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php |
|
| TranslatableStorageInterface::createTranslation |
function |
core/lib/Drupal/Core/Entity/TranslatableStorageInterface.php |
Constructs a new entity translation object, without permanently saving it. |
| TranslatableStringAdapter |
class |
core/modules/package_manager/src/TranslatableStringAdapter.php |
An adapter for interoperable string translation. |
| TranslatableStringAdapter.php |
file |
core/modules/package_manager/src/TranslatableStringAdapter.php |
|
| TranslatableStringAdapter::getAll |
function |
core/modules/package_manager/src/TranslatableStringAdapter.php |
|
| TranslatableStringAdapter::trans |
function |
core/modules/package_manager/src/TranslatableStringAdapter.php |
|
| TranslatableStringFactory |
class |
core/modules/package_manager/src/TranslatableStringFactory.php |
Creates translatable strings that can interoperate with Composer Stager. |
| TranslatableStringFactory.php |
file |
core/modules/package_manager/src/TranslatableStringFactory.php |
|
| TranslatableStringFactory::createDomainOptions |
function |
core/modules/package_manager/src/TranslatableStringFactory.php |
|
| TranslatableStringFactory::createTranslatableMessage |
function |
core/modules/package_manager/src/TranslatableStringFactory.php |
|
| TranslatableStringFactory::createTranslationParameters |
function |
core/modules/package_manager/src/TranslatableStringFactory.php |
|
| TranslatableStringFactory::__construct |
function |
core/modules/package_manager/src/TranslatableStringFactory.php |
|
| TranslatableStringTest |
class |
core/modules/package_manager/tests/src/Kernel/TranslatableStringTest.php |
Tests Translatable String. |
| TranslatableStringTest.php |
file |
core/modules/package_manager/tests/src/Kernel/TranslatableStringTest.php |
|
| TranslatableStringTest::testCreateTranslatableString |
function |
core/modules/package_manager/tests/src/Kernel/TranslatableStringTest.php |
Tests various ways of creating a translatable string. |
| upgrade-analysis-report-tables.css |
file |
core/themes/stable9/css/migrate_drupal_ui/components/upgrade-analysis-report-tables.css |
Styles for the upgrade analysis report tables. |
| upgrade-analysis-report-tables.css |
file |
core/modules/migrate_drupal_ui/css/components/upgrade-analysis-report-tables.css |
Styles for the upgrade analysis report tables. |
| ViewExecutable::$many_to_one_tables |
property |
core/modules/views/src/ViewExecutable.php |
Stores the many-to-one tables for performance. |
| ViewExecutable::getBaseTables |
function |
core/modules/views/src/ViewExecutable.php |
Creates a list of base tables to be used by the view. |
| ViewsData::fetchBaseTables |
function |
core/modules/views/src/ViewsData.php |
Fetches a list of all base tables available. |
| ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetAllTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for all views data without a warm cache. |
| ViewsDataTest::testCacheCallsWithoutWarmCacheAndGetMultipleTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for multiple tables without warm caches. |
| ViewsDataTest::testCacheCallsWithWarmCacheAndGetAllTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for all views data. |
| ViewsDataTest::testFetchBaseTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the fetchBaseTables() method. |
| ViewsOperations::$adjustedTables |
property |
core/modules/workspaces/src/Hook/ViewsOperations.php |
An array of tables adjusted for workspace_association join. |
| WorkspaceIntegrationTest::testPublishWorkspaceDedicatedTableStorage |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests publishing with fields in dedicated table storage. |