| TableTest.php |
file |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
|
| TableTest::$captionText |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Text added to captions. |
| TableTest::$defaultTheme |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
The theme to install as the default for testing. |
| TableTest::$host |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
A host entity with a body field to embed images in. |
| TableTest::$modules |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Modules to install. |
| TableTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Modules to install. |
| TableTest::$tableCellText |
property |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Text added to table cells. |
| 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::setUp |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
|
| TableTest::testTableCaptionUi |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Tests creating a table with caption in the UI. |
| TableTest::testTableConversion |
function |
core/modules/ckeditor5/tests/src/FunctionalJavascript/TableTest.php |
Confirms tables convert to the expected markup. |
| TableTest::testThemeTableFooter |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests that the 'footer' option works correctly. |
| TableTest::testThemeTableHeaderCellOption |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests that the 'header' option in cells works correctly. |
| TableTest::testThemeTableHeaderRenderArray |
function |
core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php |
Tests header elements with a mix of string and render array values. |
| 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.module |
Prepares variables for language content settings table templates. |
| template_preprocess_table |
function |
core/includes/theme.inc |
Prepares variables for table templates. |
| template_preprocess_tablesort_indicator |
function |
core/includes/theme.inc |
Prepares variables for tablesort indicators. |
| 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 |
|