| TemporaryQueryTest::countTableRows |
function |
core/modules/system/tests/src/Functional/Database/TemporaryQueryTest.php |
Returns the number of rows of a table. |
| TemporaryTableMapping |
class |
core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php |
Defines a temporary table mapping class. |
| TemporaryTableMapping.php |
file |
core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php |
|
| TemporaryTableMapping::generateFieldTableName |
function |
core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php |
Generates a safe and unambiguous field table name. |
| TemporaryTableMapping::getTempTableName |
function |
core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php |
Generates a temporary table name. |
| Term::$termDataTable |
property |
core/modules/taxonomy/src/Plugin/migrate/source/Term.php |
Name of the term data table. |
| Term::$termHierarchyTable |
property |
core/modules/taxonomy/src/Plugin/migrate/source/Term.php |
Name of the term hierarchy 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. |
| 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 a 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. |
| TestMigrateExecutable |
class |
core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php |
Tests MigrateExecutable. |
| TestMigrateExecutable |
class |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Tests MigrateExecutable. |
| TestMigrateExecutable.php |
file |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
|
| TestMigrateExecutable.php |
file |
core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php |
|
| TestMigrateExecutable::$clearedMemoryUsage |
property |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
The cleared memory usage. |
| TestMigrateExecutable::$memoryUsage |
property |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
The fake memory usage in bytes. |
| TestMigrateExecutable::attemptMemoryReclaim |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Tries to reclaim memory. |
| TestMigrateExecutable::formatSize |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Generates a string representation for the given byte count. |
| TestMigrateExecutable::getIdMap |
function |
core/modules/migrate/tests/src/Kernel/TestMigrateExecutable.php |
Get the ID map from the current migration. |
| TestMigrateExecutable::getMemoryUsage |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Returns the memory usage so far. |
| 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::memoryExceeded |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Allows access to the protected memoryExceeded method. |
| TestMigrateExecutable::setMemoryLimit |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Sets the memory limit. |
| TestMigrateExecutable::setMemoryThreshold |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Sets the memory threshold. |
| TestMigrateExecutable::setMemoryUsage |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Sets the fake memory usage. |
| 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. |
| TestProcessor::getEditableConfigNames |
function |
core/modules/aggregator/tests/modules/aggregator_test/src/Plugin/aggregator/processor/TestProcessor.php |
Gets the configuration names that will be editable. |
| 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 a 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. |
| 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(). |
| ThemeAdminForm::getEditableConfigNames |
function |
core/modules/system/src/Form/ThemeAdminForm.php |
Gets the configuration names that will be editable. |
| ThemeRegistry::$persistable |
property |
core/lib/Drupal/Core/Utility/ThemeRegistry.php |
Whether the partial registry can be persisted to the cache. |
| ThemeRenderAndAutoescapeTest::testThemeEscapeAndRenderNotPrintable |
function |
core/tests/Drupal/KernelTests/Core/Theme/ThemeRenderAndAutoescapeTest.php |
Ensures invalid content is handled correctly. |
| ThemeSettingsForm::$editableConfig |
property |
core/modules/system/src/Form/ThemeSettingsForm.php |
An array of configuration names that should be editable. |
| ThemeSettingsForm::getEditableConfigNames |
function |
core/modules/system/src/Form/ThemeSettingsForm.php |
Gets the configuration names that will be editable. |
| ThemesNotUsingClassyTemplatesTest::$templatesSkippableBecauseIdenticalToStable |
property |
core/tests/Drupal/KernelTests/Core/Theme/ThemesNotUsingClassyTemplatesTest.php |
Templates that are identical in Stable, which means they can be skipped. |
| TranslatableFieldTest |
class |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Tests Layout Builder with a translatable layout field. |
| TranslatableFieldTest.php |
file |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
|
| TranslatableFieldTest::$modules |
property |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Modules to enable. |
| TranslatableFieldTest::setUp |
function |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
|
| TranslatableFieldTest::testSectionsClearedOnCreateTranslation |
function |
core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php |
Tests that sections on cleared when creating a new translation. |
| TranslatableInterface |
interface |
core/lib/Drupal/Core/TypedData/TranslatableInterface.php |
Interface for translatable data. |