Search for table
- Search 7.x for table
- Search 9.5.x for table
- Search 10.3.x for table
- Search 11.x for table
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AliasStorage::TABLE | constant | core/ |
The table for the url_alias storage. |
BaseThemeDefaultDeprecationTest::testStableIsDefault | function | core/ |
Ensures Stable is used by default when no base theme has been defined. |
CKEditorIntegrationTest::testEditableCaption | function | core/ |
Tests caption editing in the CKEditor widget. |
DatabaseLegacyTest::testDbCreateTable | function | core/ |
Tests deprecation of the db_create_table() function. |
DatabaseLegacyTest::testDbDropTable | function | core/ |
Tests the db_drop_table() function. |
DatabaseLegacyTest::testDbEscapeTable | function | core/ |
Tests deprecation of the db_escape_table() function. |
DatabaseLegacyTest::testDbFindTables | function | core/ |
Tests the db_find_tables() function. |
DatabaseLegacyTest::testDbRenameTable | function | core/ |
Tests deprecation of the db_rename_table() function. |
DatabaseLegacyTest::testDbTableExists | function | core/ |
Tests the db_table_exists() function. |
db_create_table | function | core/ |
Creates a new table from a Drupal table definition. |
db_drop_table | function | core/ |
Drops a table. |
db_escape_table | function | core/ |
Restricts a dynamic table name to safe characters. |
db_find_tables | function | core/ |
Finds all tables that are like the specified base table name. |
db_rename_table | function | core/ |
Renames a table. |
db_table_exists | function | core/ |
Checks if a table exists. |
drupal-8.media_library-update-view-table-display-2981044.php | file | core/ |
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/ |
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/ |
Renames the base table to 'entity_test_update_new'. |
EntityDefinitionTestTrait::renameDataTable | function | core/ |
Renames the data table to 'entity_test_update_data_new'. |
EntityDefinitionTestTrait::renameRevisionBaseTable | function | core/ |
Renames the revision table to 'entity_test_update_revision_new'. |
EntityDefinitionTestTrait::renameRevisionDataTable | function | core/ |
Renames the revision data table to 'entity_test_update_revision_data_new'. |
EntityDefinitionTestTrait::updateEntityTypeToNotTranslatable | function | core/ |
Updates the 'entity_test_update' entity type to not translatable. |
EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable | function | core/ |
Updates the 'entity_test_update' entity type to revisionable and translatable. |
EntityDefinitionTestTrait::updateEntityTypeToTranslatable | function | core/ |
Updates the 'entity_test_update' entity type to translatable. |
EntityViewsDataTest::testBaseTableFields | function | core/ |
Tests fields on the base table. |
EntityViewsDataTest::testBaseTables | function | core/ |
Tests base tables. |
EntityViewsDataTest::testDataTable | function | core/ |
Tests data_table support. |
EntityViewsDataTest::testDataTableFields | function | core/ |
Tests fields on the data table. |
EntityViewsDataTest::testRevisionTableFields | function | core/ |
Tests fields on the revision table. |
EntityViewsDataTest::testRevisionTableWithoutDataTable | function | core/ |
Tests revision table without data table support. |
EntityViewsDataTest::testRevisionTableWithRevisionDataTable | function | core/ |
Tests revision table with data table support. |
EntityViewsDataTest::testRevisionTableWithRevisionDataTableAndDataTable | function | core/ |
Tests revision table with data table support. |
field.field.node.article.field_file_table_2677990.yml | file | core/ |
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/ |
core/modules/file/tests/fixtures/update/field.storage.node.field_file_table_2677990.yml |
LegacyLibraryDiscoveryTest::testJqueryUiSelectable | function | core/ |
Tests that the jquery.ui.selectable library is deprecated. |
MakeLayoutUntranslatableUpdatePathTestBase | class | core/ |
Base class for upgrade path for translatable layouts. |
MakeLayoutUntranslatableUpdatePathTestBase.php | file | core/ |
|
MakeLayoutUntranslatableUpdatePathTestBase::$expectedBundleUpdates | property | core/ |
Expectations of field updates by bundles. |
MakeLayoutUntranslatableUpdatePathTestBase::$expectedFieldStorageUpdate | property | core/ |
Whether the field storage should be updated. |
MakeLayoutUntranslatableUpdatePathTestBase::$layoutBuilderTestCases | property | core/ |
Layout builder test cases. |
MakeLayoutUntranslatableUpdatePathTestBase::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
MakeLayoutUntranslatableUpdatePathTestBase::testDisableTranslationOnLayouts | function | core/ |
Tests the upgrade path for translatable layouts. |
MediaLibrarySetAdministrativePageToTableDisplayTest | class | core/ |
Tests update to set 'media' view's table display as the administrative page. |
MediaLibrarySetAdministrativePageToTableDisplayTest.php | file | core/ |
|
MediaLibrarySetAdministrativePageToTableDisplayTest::setDatabaseDumpFiles | function | core/ |
Set database dump files to be used. |
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaLibraryMenuSettings | function | core/ |
Tests that the update preserves custom 'media_library' menu settings. |
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaLibraryViewPath | function | core/ |
Tests that the update does not alter custom 'media' path and menu settings. |
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaViewMenuSettings | function | core/ |
Tests that the update does not alter custom 'media' view menu settings. |
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithCustomizedMediaViewPath | function | core/ |
Tests that the update does not alter a custom 'media' view path. |
MediaLibrarySetAdministrativePageToTableDisplayTest::testUpdateWithoutCustomizations | function | core/ |
Tests that the update alters uncustomized path and menu settings. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.