| TableSort::header |
function |
core/lib/Drupal/Core/Utility/TableSort.php |
Formats a column header. |
| TableSortExtender |
class |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/TableSortExtender.php |
CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Query\TableSortExtender. |
| TableSortExtender |
class |
core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Query extender class for tablesort queries. |
| TableSortExtender.php |
file |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/TableSortExtender.php |
|
| TableSortExtender.php |
file |
core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
|
| TableSortExtender::orderByHeader |
function |
core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Order the query based on a header array. |
| TableSortExtender::__construct |
function |
core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
|
| TableSortExtenderTest |
class |
core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php |
Tests table sorting. |
| TableSortExtenderTest.php |
file |
core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php |
|
| TableSortExtenderTest::testTableSortInit |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableSortExtenderTest.php |
Tests \Drupal\Core\Utility\TableSort::getContextFromRequest(). |
| TableTest::assertTableStructureInEditorData |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Confirms the structure of the table within the editor data. |
| TableTest::assertTableStructureInRenderedPage |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Confirms the saved page has the expected table structure. |
| TableTest::testThemeTableStickyHeaders |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
If $sticky is TRUE, `sticky-header` class should be included. |
| template_preprocess_tablesort_indicator |
function |
core/includes/theme.inc |
Prepares variables for tablesort indicators. |
| TermStorageSchema::getDedicatedTableSchema |
function |
core/modules/taxonomy/src/TermStorageSchema.php |
Gets the SQL schema for a dedicated table. |
| TestableSqlContentEntityStorage |
class |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
A test subclass of SqlContentEntityStorage. |
| TestableSqlContentEntityStorage.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/Sql/TestableSqlContentEntityStorage.php |
|
| 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. |