| template_preprocess_views_ui_style_plugin_table |
function |
core/modules/views_ui/views_ui.module |
Prepares variables for style plugin table templates. |
| template_preprocess_views_ui_views_listing_table |
function |
core/modules/views_ui/views_ui.module |
Prepares variables for Views UI view listing templates. |
| template_preprocess_views_view_table |
function |
core/modules/views/views.module |
Prepares variables for views table templates. |
| TemporaryQueryTestBase::countTableRows |
function |
core/tests/Drupal/KernelTests/Core/Database/TemporaryQueryTestBase.php |
Returns the number of rows of a table. |
| TermStorageSchema::getDedicatedTableSchema |
function |
core/modules/taxonomy/src/TermStorageSchema.php |
Gets the SQL schema for a dedicated table. |
| TermStorageSchema::getSharedTableFieldSchema |
function |
core/modules/taxonomy/src/TermStorageSchema.php |
Gets the schema for a single field definition. |
| 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. |
| TestDefaultTableMapping |
class |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
Extends DefaultTableMapping to allow calling its protected methods. |
| TestDefaultTableMapping::setExtraColumns |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
Adds extra columns for a table to the table mapping. |
| TestDefaultTableMapping::setFieldNames |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/DefaultTableMappingTest.php |
Adds field columns for a table to the table mapping. |
| TestExecutableFinder |
class |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestExecutableFinder.php |
A test-only executable finder that can be rigged to throw an exception. |
| TestExecutableFinder.php |
file |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestExecutableFinder.php |
|
| TestExecutableFinder::find |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestExecutableFinder.php |
|
| TestExecutableFinder::throwFor |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestExecutableFinder.php |
Sets up an exception to throw when trying to find a specific executable. |
| TestExecutableFinder::__construct |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/TestExecutableFinder.php |
|
| TestMigrateExecutable |
class |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Tests MigrateExecutable. |
| TestMigrateExecutable |
class |
core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php |
Tests MigrateExecutable. |
| TestMigrateExecutable |
class |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
MigrateExecutable test class. |
| TestMigrateExecutable.php |
file |
core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php |
|
| TestMigrateExecutable.php |
file |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
|
| TestMigrateExecutable::$sourceIdValues |
property |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
The configuration values of the source. |
| TestMigrateExecutable::getIdMap |
function |
core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php |
Get the ID map from the current migration. |
| TestMigrateExecutable::getIdMap |
function |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
Get the ID map from the current migration. |
| TestMigrateExecutable::getSource |
function |
core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php |
Returns the source. |
| TestMigrateExecutable::handleException |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Takes an Exception object and both saves and displays it. |
| TestMigrateExecutable::setSource |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Allows access to set protected source property. |
| TestMigrateExecutable::setSourceIdValues |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Allows access to protected sourceIdValues property. |
| TestMigrateExecutable::setStringTranslation |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Sets the string translation service. |
| TestSqlContentDefaultTableMapping |
class |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Extends DefaultTableMapping to allow calling its protected methods. |
| TestSqlContentDefaultTableMapping::setExtraColumns |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Adds extra columns for a table to the table mapping. |
| TestSqlContentDefaultTableMapping::setFieldNames |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Adds field columns for a table to the table mapping. |
| TestSqlIdMap::ensureTables |
function |
core/modules/migrate/tests/src/Unit/TestSqlIdMap.php |
Create the map and message tables if they don't already exist. |
| test_stable.info.yml |
file |
core/tests/fixtures/test_stable/test_stable.info.yml |
core/tests/fixtures/test_stable/test_stable.info.yml |
| test_stable.theme |
file |
core/tests/fixtures/test_stable/test_stable.theme |
Test preprocess functions for theme test_stable. |
| test_stable_preprocess_theme_test_render_element |
function |
core/tests/fixtures/test_stable/test_stable.theme |
Implements hook_preprocess_theme_test_render_element(). |
| test_table_css_class.php |
file |
core/modules/views/tests/fixtures/update/test_table_css_class.php |
Test fixture. |
| ThemeAdminForm::getEditableConfigNames |
function |
core/modules/system/src/Form/ThemeAdminForm.php |
Gets the configuration names that will be editable. |
| ThemePreprocess::preprocessTable |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for table templates. |
| ThemePreprocess::preprocessTablesortIndicator |
function |
core/lib/Drupal/Core/Theme/ThemePreprocess.php |
Prepares variables for tablesort indicators. |
| ThemeRegistry::$persistable |
property |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Whether the partial registry can be persisted to the cache. |
| ThemeSettingsForm::$editableConfig |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
An array of configuration names that should be editable. |