Search for table

  1. Search 7.x for table
  2. Search 9.5.x for table
  3. Search 10.3.x for table
  4. Search 11.x for table
  5. Other projects
Title Object type File name Summary
AliasStorage::TABLE constant core/lib/Drupal/Core/Path/AliasStorage.php The table for the url_alias storage.
BaseThemeDefaultDeprecationTest::testStableIsDefault function core/tests/Drupal/KernelTests/Core/Theme/BaseThemeDefaultDeprecationTest.php Ensures Stable is used by default when no base theme has been defined.
CKEditorIntegrationTest::testEditableCaption function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests caption editing in the CKEditor widget.
DatabaseLegacyTest::testDbCreateTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_create_table() function.
DatabaseLegacyTest::testDbDropTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_drop_table() function.
DatabaseLegacyTest::testDbEscapeTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_escape_table() function.
DatabaseLegacyTest::testDbFindTables function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_find_tables() function.
DatabaseLegacyTest::testDbRenameTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_rename_table() function.
DatabaseLegacyTest::testDbTableExists function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_table_exists() function.
db_create_table function core/includes/database.inc Creates a new table from a Drupal table definition.
db_drop_table function core/includes/database.inc Drops a table.
db_escape_table function core/includes/database.inc Restricts a dynamic table name to safe characters.
db_find_tables function core/includes/database.inc Finds all tables that are like the specified base table name.
db_rename_table function core/includes/database.inc Renames a table.
db_table_exists function core/includes/database.inc Checks if a table exists.
drupal-8.media_library-update-view-table-display-2981044.php file core/modules/media_library/tests/fixtures/update/drupal-8.media_library-update-view-table-display-2981044.php Contains database additions to drupal-8.bare.standard.php.gz for testing
the upgrade paths of the media library module view.
drupal-8.stable-base-theme-2575421.php file core/modules/system/tests/fixtures/update/drupal-8.stable-base-theme-2575421.php Contains database additions to drupal-8.bare.standard.php.gz for testing the
upgrade path of https://www.drupal.org/node/2575421.
EntityDefinitionTestTrait::renameBaseTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the base table to 'entity_test_update_new'.
EntityDefinitionTestTrait::renameDataTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the data table to 'entity_test_update_data_new'.
EntityDefinitionTestTrait::renameRevisionBaseTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the revision table to 'entity_test_update_revision_new'.
EntityDefinitionTestTrait::renameRevisionDataTable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Renames the revision data table to 'entity_test_update_revision_data_new'.
EntityDefinitionTestTrait::updateEntityTypeToNotTranslatable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to not translatable.
EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to revisionable and
translatable.
EntityDefinitionTestTrait::updateEntityTypeToTranslatable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to translatable.
EntityViewsDataTest::testBaseTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the base table.
EntityViewsDataTest::testBaseTables function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests base tables.
EntityViewsDataTest::testDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests data_table support.
EntityViewsDataTest::testDataTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the data table.
EntityViewsDataTest::testRevisionTableFields function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests fields on the revision table.
EntityViewsDataTest::testRevisionTableWithoutDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table without data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table with data table support.
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable function core/modules/views/tests/src/Unit/EntityViewsDataTest.php Tests revision table with data table support.
field.field.node.article.field_file_table_2677990.yml file core/modules/file/tests/fixtures/update/field.field.node.article.field_file_table_2677990.yml core/modules/file/tests/fixtures/update/field.field.node.article.field_file_table_2677990.yml
field.storage.node.field_file_table_2677990.yml file core/modules/file/tests/fixtures/update/field.storage.node.field_file_table_2677990.yml core/modules/file/tests/fixtures/update/field.storage.node.field_file_table_2677990.yml
LegacyLibraryDiscoveryTest::testJqueryUiSelectable function core/tests/Drupal/KernelTests/Core/Asset/LegacyLibraryDiscoveryTest.php Tests that the jquery.ui.selectable library is deprecated.
MakeLayoutUntranslatableUpdatePathTestBase class core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Base class for upgrade path for translatable layouts.
MakeLayoutUntranslatableUpdatePathTestBase.php file core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php
MakeLayoutUntranslatableUpdatePathTestBase::$expectedBundleUpdates property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Expectations of field updates by bundles.
MakeLayoutUntranslatableUpdatePathTestBase::$expectedFieldStorageUpdate property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Whether the field storage should be updated.
MakeLayoutUntranslatableUpdatePathTestBase::$layoutBuilderTestCases property core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Layout builder test cases.
MakeLayoutUntranslatableUpdatePathTestBase::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Set database dump files to be used.
MakeLayoutUntranslatableUpdatePathTestBase::testDisableTranslationOnLayouts function core/modules/layout_builder/tests/src/Functional/Update/Translatability/MakeLayoutUntranslatableUpdatePathTestBase.php Tests the upgrade path for translatable layouts.
MediaLibrarySetAdministrativePageToTableDisplayTest class core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests update to set 'media' view's table display as the administrative page.
MediaLibrarySetAdministrativePageToTableDisplayTest.php file core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php
MediaLibrarySetAdministrativePageToTableDisplayTest::setDatabaseDumpFiles function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Set database dump files to be used.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaLibraryMenuSettings function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests that the update preserves custom 'media_library' menu settings.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaLibraryViewPath function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests that the update does not alter custom 'media' path and menu settings.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaViewMenuSettings function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests that the update does not alter custom 'media' view menu settings.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaViewPath function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests that the update does not alter a custom 'media' view path.
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithoutCustomizations function core/modules/media_library/tests/src/Functional/Update/MediaLibrarySetAdministrativePageToTableDisplayTest.php Tests that the update alters uncustomized path and menu settings.

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