TableTest::testThemeTableNoStickyHeaders |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
If $sticky is FALSE, `sticky-header` class should not be included. |
TableTest::testThemeTableNotResponsiveHeaders |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests that the 'responsive-table' class is not applied without headers. |
TableTest::testThemeTableNotResponsiveProperty |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests that 'responsive-table' class only applied when responsive is TRUE. |
TableTest::testThemeTableResponsive |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests that the 'responsive-table' class is applied correctly. |
TableTest::testThemeTableResponsivePriority |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests 'priority-medium' and 'priority-low' classes. |
TableTest::testThemeTableRowRenderArray |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests row elements with a mix of string and render array values. |
TableTest::testThemeTableStickyHeaders |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
If $sticky is TRUE, `sticky-header` class should be included. |
TableTest::testThemeTableTitle |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests that the select/checkbox label is being generated and escaped. |
TableTest::testThemeTableWithEmptyMessage |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests the display of the table header. |
TableTest::testThemeTableWithNoStriping |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests that the 'no_striping' option works correctly. |
template_preprocess_field_ui_table |
function |
core/modules/field_ui/field_ui.module |
Prepares variables for field UI overview table templates. |
template_preprocess_language_content_settings_table |
function |
core/modules/language/language.admin.inc |
Prepares variables for language content settings table templates. |
template_preprocess_table |
function |
core/includes/theme.inc |
Prepares variables for table templates. |
template_preprocess_views_ui_style_plugin_table |
function |
core/modules/views_ui/views_ui.theme.inc |
Prepares variables for style plugin table templates. |
template_preprocess_views_ui_views_listing_table |
function |
core/modules/views_ui/views_ui.theme.inc |
Prepares variables for Views UI view listing templates. |
template_preprocess_views_view_table |
function |
core/modules/views/views.theme.inc |
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. |
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. |
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/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::$sourceIdValues |
property |
core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php |
The configuration values of the source. |
TestMigrateExecutable::attemptMemoryReclaim |
function |
core/modules/migrate/tests/src/Unit/TestMigrateExecutable.php |
Tries to reclaim memory. |
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::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. |
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(). |