Search for table

  1. Search 7.x for table
  2. Search 9.5.x for table
  3. Search 8.9.x for table
  4. Search 11.x for table
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Table class core/modules/views/src/Plugin/views/style/Table.php Style plugin to render each item as a row in a table.
Table class core/lib/Drupal/Core/Render/Element/Table.php Provides a render element for a table.

All search results

Title Object type File name Summary
SqlContentEntityStorageSchema::initializeDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Initializes common information for a data table.
SqlContentEntityStorageSchema::initializeRevisionDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Initializes common information for a revision data table.
SqlContentEntityStorageSchema::initializeRevisionTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Initializes common information for a revision table.
SqlContentEntityStorageSchema::isTableEmpty function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Checks whether a database table is non-existent or empty.
SqlContentEntityStorageSchema::processDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the gathered schema for a base table.
SqlContentEntityStorageSchema::processRevisionDataTable function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Processes the gathered schema for a base table.
SqlContentEntityStorageSchema::updateDedicatedTableSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Updates the schema for a field stored in a shared table.
SqlContentEntityStorageSchema::updateSharedTableSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Updates the schema for a field stored in a shared table.
SqlContentEntityStorageSchemaTest::testDedicatedTableSchema function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests the schema for a field dedicated table.
SqlContentEntityStorageSchemaTest::testDedicatedTableSchemaForEntityWithStringIdentifier function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests the schema for a field dedicated table for an entity with a string identifier.
SqlContentEntityStorageSchemaTest::testGetSchemaRevisionableTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests the schema for revisionable, translatable entities.
SqlContentEntityStorageSchemaTest::testGetSchemaTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests the schema for non-revisionable, translatable entities.
SqlContentEntityStorageTest::providerTestGetBaseTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides test data for testGetBaseTable().
SqlContentEntityStorageTest::providerTestGetRevisionDataTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides test data for testGetRevisionDataTable().
SqlContentEntityStorageTest::providerTestGetRevisionTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides test data for testGetRevisionTable().
SqlContentEntityStorageTest::providerTestGetTableMappingSimple function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Provides test data for testGetTableMappingSimple().
SqlContentEntityStorageTest::testGetBaseTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests SqlContentEntityStorage::getBaseTable().
SqlContentEntityStorageTest::testGetDataTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests SqlContentEntityStorage::getDataTable().
SqlContentEntityStorageTest::testGetRevisionDataTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests SqlContentEntityStorage::getRevisionDataTable().
SqlContentEntityStorageTest::testGetRevisionTable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests SqlContentEntityStorage::getRevisionTable().
SqlContentEntityStorageTest::testGetTableMappingEmpty function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with an empty entity type.
SqlContentEntityStorageTest::testGetTableMappingRevisionable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a revisionable, non-translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a revisionable, translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a complex entity type with fields.
SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a revisionable entity type with fields.
SqlContentEntityStorageTest::testGetTableMappingSimple function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a simple entity type.
SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a base field that requires a dedicated table.
SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a simple entity type with some base fields.
SqlContentEntityStorageTest::testGetTableMappingTranslatable function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a non-revisionable, translatable entity type.
SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests getTableMapping() with a translatable entity type with fields.
SqlContentEntityStorageTest::testSetTableMapping function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php Tests that setting a new table mapping also updates the table names.
SqlEntityStorageInterface::getTableMapping function core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php Gets a table mapping for the entity's SQL tables.
SqlTest::providerTestEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Provides data for testEnsureTables.
SqlTest::providerTestFailEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Provides data for testFailEnsureTables.
SqlTest::testEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Tests that ensureTables creates the migrate map table.
SqlTest::testFailEnsureTables function core/modules/migrate/tests/src/Kernel/Plugin/id_map/SqlTest.php Tests exception is thrown in ensureTables fails.
stable9.info.yml file core/themes/stable9/stable9.info.yml core/themes/stable9/stable9.info.yml
stable9.libraries.yml file core/themes/stable9/stable9.libraries.yml core/themes/stable9/stable9.libraries.yml
stable9.theme file core/themes/stable9/stable9.theme Functions to support theming in the Stable9 theme.
Stable9LibraryOverrideTest class core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php Tests Stable 9's library overrides.
Stable9LibraryOverrideTest.php file core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php
Stable9LibraryOverrideTest::$librariesToSkip property core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php A list of libraries to skip checking, in the format extension/library_name.
Stable9LibraryOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php Modules to install.
Stable9LibraryOverrideTest::setUp function core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php
Stable9LibraryOverrideTest::testStable9LibraryOverrides function core/tests/Drupal/KernelTests/Core/Theme/Stable9LibraryOverrideTest.php Ensures that Stable 9 overrides all relevant core library assets.
Stable9TemplateOverrideTest class core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php Tests Stable 9's template overrides.
Stable9TemplateOverrideTest.php file core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php
Stable9TemplateOverrideTest::$allModules property core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php A list of all core modules.
Stable9TemplateOverrideTest::$modules property core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php Modules to install.
Stable9TemplateOverrideTest::$templatesToSkip property core/tests/Drupal/KernelTests/Core/Theme/Stable9TemplateOverrideTest.php An array of template names to skip, without the extension.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.