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
MediaLibraryUpdateViewTableDisplayTest class core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php Tests the media library module updates for the view table display.
MediaLibraryUpdateViewTableDisplayTest.php file core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php
MediaLibraryUpdateViewTableDisplayTest::setDatabaseDumpFiles function core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php Set database dump files to be used.
MediaLibraryUpdateViewTableDisplayTest::testMediaLibraryChangedViewTableDisplay function core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php Tests the views config update when the widget display is overridden.
MediaLibraryUpdateViewTableDisplayTest::testMediaLibraryViewTableDisplay function core/modules/media_library/tests/src/Functional/Update/MediaLibraryUpdateViewTableDisplayTest.php Tests the widget_table display is added to the views config.
ModuleTestBase::assertModuleTablesDoNotExist function core/modules/system/src/Tests/Module/ModuleTestBase.php Assert that none of the tables defined in a module's hook_schema() exist.
ModuleTestBase::assertModuleTablesExist function core/modules/system/src/Tests/Module/ModuleTestBase.php Assert that all tables defined in a module's hook_schema() exist.
ModuleTestBase::assertTableCount function core/modules/system/src/Tests/Module/ModuleTestBase.php Assert there are tables that begin with the specified base table name.
PostgresqlConnectionTest::providerEscapeTables function core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php Data provider for testEscapeTable.
PostgresqlConnectionTest::testEscapeTable function core/tests/Drupal/Tests/Core/Database/Driver/pgsql/PostgresqlConnectionTest.php @covers ::escapeTable[[api-linebreak]]
@dataProvider providerEscapeTables
selectable.css file core/assets/vendor/jquery.ui/themes/base/selectable.css /*!
* jQuery UI Selectable 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
.ui-selectable {
-ms-touch-action: none;
touch-action:…
SimpletestSettingsForm::getEditableConfigNames function core/modules/simpletest/src/Form/SimpletestSettingsForm.php Gets the configuration names that will be editable.
simpletest_clean_results_table function core/modules/simpletest/simpletest.module Clears the test result tables.
sortable.css file core/assets/vendor/jquery.ui/themes/base/sortable.css /*!
* jQuery UI Sortable 1.12.1
* http://jqueryui.com
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*/
.ui-sortable-handle {
-ms-touch-action: none;
touch-action: none;
}
SqlContentEntityStorageSchemaConverterNonTranslatableTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php Tests converting a non-translatable entity type with data to revisionable.
SqlContentEntityStorageSchemaConverterNonTranslatableTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php
SqlContentEntityStorageSchemaConverterNonTranslatableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaConverterTranslatableTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php Tests converting a translatable entity type with data to revisionable.
SqlContentEntityStorageSchemaConverterTranslatableTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php
SqlContentEntityStorageSchemaConverterTranslatableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php Set database dump files to be used.
StableBaseThemeUpdateTest class core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php Tests the upgrade path for introducing the Stable base theme.
StableBaseThemeUpdateTest.php file core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php
StableBaseThemeUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php The theme to install as the default for testing.
StableBaseThemeUpdateTest::$themeHandler property core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php The theme handler.
StableBaseThemeUpdateTest::prepareEnvironment function core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php Prepares the current environment for running the test.
StableBaseThemeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php Set database dump files to be used.
StableBaseThemeUpdateTest::setUp function core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php Overrides WebTestBase::setUp() for update testing.
StableBaseThemeUpdateTest::testUpdateHookN function core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php Tests that the Stable base theme is installed if necessary.
StubEnvironmentCleanerService::cleanResultsTable function core/modules/simpletest/tests/src/Kernel/DeprecatedCleanupTest.php Clears test result tables from the results database.
table-cache-max-age.php file core/modules/views/tests/fixtures/update/table-cache-max-age.php Test fixture.
TableDisplayCacheMaxAgeTest class core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php Tests the upgrade path for cache max age with table displays.
TableDisplayCacheMaxAgeTest.php file core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php
TableDisplayCacheMaxAgeTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php Set database dump files to be used.
TableDisplayCacheMaxAgeTest::testViewsPostUpdateTableDisplayMaxCacheAge function core/modules/views/tests/src/Functional/Update/TableDisplayCacheMaxAgeTest.php Tests the upgrade path for cache max age with table displays.
tablesort.inc file core/includes/tablesort.inc Functions to aid in the creation of sortable tables.
TableSortLegacyTest class core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Deprecation tests cases for the tablesort.inc file functions.
TableSortLegacyTest.php file core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php
TableSortLegacyTest::testHeader function core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Tests deprecation of the tablesort_header() function.
TableSortLegacyTest::testInit function core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Tests deprecation of the tablesort_init() function.
TableSortLegacyTest::testOrder function core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Tests deprecation of the tablesort_get_order() function.
TableSortLegacyTest::testQueryParameters function core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Tests deprecation of the tablesort_get_query_parameters() function.
TableSortLegacyTest::testSort function core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Tests deprecation of the tablesort_get_sort() function.
tablesort_get_order function core/includes/tablesort.inc Determines the current sort criterion.
tablesort_get_query_parameters function core/includes/tablesort.inc Composes a URL query parameter array for table sorting links.
tablesort_get_sort function core/includes/tablesort.inc Determines the current sort direction.
tablesort_header function core/includes/tablesort.inc Formats a column header.
tablesort_init function core/includes/tablesort.inc Initializes the table sort context.
TemporaryTableMapping class core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php Defines a temporary table mapping class.
TemporaryTableMapping.php file core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php
TemporaryTableMapping::generateFieldTableName function core/lib/Drupal/Core/Entity/Sql/TemporaryTableMapping.php Generates a safe and unambiguous field table name.

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