Search for data

  1. Search 7.x for data
  2. Search 9.5.x for data
  3. Search 10.3.x for data
  4. Search 11.x for data
  5. Other projects
Title Object type File name Summary
AdminThemeUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AdminThemeUpdateTest.php Set database dump files to be used.
AggregatorUpdateTest::setDatabaseDumpFiles function core/modules/aggregator/tests/src/Functional/Update/AggregatorUpdateTest.php Set database dump files to be used.
ArgumentPlaceholderUpdatePathTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ArgumentPlaceholderUpdatePathTest.php Set database dump files to be used.
AutomatedCronUpdateWithAutomatedCronTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithAutomatedCronTest.php Set database dump files to be used.
AutomatedCronUpdateWithoutAutomatedCronTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/AutomatedCronUpdateWithoutAutomatedCronTest.php Set database dump files to be used.
BlockConditionMissingSchemaUpdateTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/Update/BlockConditionMissingSchemaUpdateTest.php Set database dump files to be used.
BlockContentReusableUpdateTest::setDatabaseDumpFiles function core/modules/block_content/tests/src/Functional/Update/BlockContentReusableUpdateTest.php Set database dump files to be used.
BlockContextMappingUpdateFilledTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateFilledTest.php Set database dump files to be used.
BlockContextMappingUpdateTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/Update/BlockContextMappingUpdateTest.php Set database dump files to be used.
BlockPageSettingTest::setDatabaseDumpFiles function core/modules/search/tests/src/Functional/Update/BlockPageSettingTest.php Set database dump files to be used.
BlockRemoveDisabledRegionUpdateTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/Update/BlockRemoveDisabledRegionUpdateTest.php Set database dump files to be used.
BooleanFilterValuesUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php Set database dump files to be used.
BulkFormUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php Set database dump files to be used.
CacheabilityMetadataUpdateTest class core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php Tests that views cacheability metadata post update hook runs properly.
CacheabilityMetadataUpdateTest.php file core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php
CacheabilityMetadataUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php Set database dump files to be used.
CacheabilityMetadataUpdateTest::testUpdateHookN function core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php Tests that views cacheability metadata updated properly.
CKEditorIntegrationTest::fillFieldInMetadataDialogAndSubmit function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Fills in a field in the metadata dialog for an embedded media item.
CKEditorIntegrationTest::openMetadataDialog function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Clicks the `Edit media` button and waits for the metadata dialog.
CKEditorIntegrationTest::openMetadataDialogWithKeyPress function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Focuses on `Edit media` button and presses the given key.
CKEditorIntegrationTest::waitForMetadataDialog function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Waits for the form that allows editing metadata.
CommentAdminViewUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Set database dump files to be used.
CommentHostnameUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Set database dump files to be used.
CommentUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Set database dump files to be used.
ConfigOverridesUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/ConfigOverridesUpdateTest.php Set database dump files to be used.
ContactUpdateTest::setDatabaseDumpFiles function core/modules/contact/tests/src/Functional/Update/ContactUpdateTest.php Set database dump files to be used.
ContentModerationUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/ContentModerationUpdateTest.php Set database dump files to be used.
ContentTranslationUpdateTest::$database property core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php The database connection used.
ContentTranslationUpdateTest::setDatabaseDumpFiles function core/modules/content_translation/tests/src/Functional/Update/ContentTranslationUpdateTest.php Set database dump files to be used.
CreateHalSettingsForLinkDomainUpdateTest::setDatabaseDumpFiles function core/modules/hal/tests/src/Functional/Update/CreateHalSettingsForLinkDomainUpdateTest.php Set database dump files to be used.
database.inc file core/includes/database.inc Core systems for the database layer.
DatabaseLegacyTest class core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Deprecation tests cases for the database layer.
DatabaseLegacyTest.php file core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php
DatabaseLegacyTest::$modules property core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php The modules to enable.
DatabaseLegacyTest::testDbAddField function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_field() function.
DatabaseLegacyTest::testDbAddIndex function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_index() function.
DatabaseLegacyTest::testDbAddPrimaryKey function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_primary_key() function.
DatabaseLegacyTest::testDbAddUniqueKey function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_add_unique_key() function.
DatabaseLegacyTest::testDbAnd function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_and() function.
DatabaseLegacyTest::testDbChangeField function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_change_field() function is deprecated.
DatabaseLegacyTest::testDbClose function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_close() function.
DatabaseLegacyTest::testDbCondition function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_condition() function.
DatabaseLegacyTest::testDbCreateTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_create_table() function.
DatabaseLegacyTest::testDbDelete function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_delete() function.
DatabaseLegacyTest::testDbDriver function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_driver() function.
DatabaseLegacyTest::testDbDropField function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_drop_field() function.
DatabaseLegacyTest::testDbDropIndex function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_drop_index() function.
DatabaseLegacyTest::testDbDropPrimaryKey function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_drop_primary_key() function.
DatabaseLegacyTest::testDbDropTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_drop_table() function.
DatabaseLegacyTest::testDbDropUniqueKey function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_drop_unique_key() function.

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