Search for db

  1. Search 7.x for db
  2. Search 9.5.x for db
  3. Search 10.3.x for db
  4. Search 11.x for db
  5. Other projects
Title Object type File name Summary
ContextDefinition::isSatisfiedBy function core/lib/Drupal/Core/Plugin/Context/ContextDefinition.php Determines if this definition is satisfied by a context object.
ContextDefinitionInterface::isSatisfiedBy function core/lib/Drupal/Core/Plugin/Context/ContextDefinitionInterface.php Determines if this definition is satisfied by a context object.
ContextDefinitionIsSatisfiedTest::providerTestIsSatisfiedBy function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php Provides test data for ::testIsSatisfiedBy().
ContextDefinitionIsSatisfiedTest::testIsSatisfiedBy function core/tests/Drupal/Tests/Core/Plugin/Context/ContextDefinitionIsSatisfiedTest.php Tests that context requirements is satisfied as expected.
ContextDefinitionTest::testIsSatisfiedBy function core/tests/Drupal/KernelTests/Core/Plugin/ContextDefinitionTest.php @covers ::isSatisfiedBy
ContextualLinksTest::addBlock function core/modules/layout_builder/tests/src/FunctionalJavascript/ContextualLinksTest.php Adds block to the layout via Layout Builder's UI.
core.entity_form_display.contact_message.feedback.default.yml file core/profiles/demo_umami/config/install/core.entity_form_display.contact_message.feedback.default.yml core/profiles/demo_umami/config/install/core.entity_form_display.contact_message.feedback.default.yml
CountConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/CountConstraint.php
d6_dblog_settings.yml file core/modules/dblog/migrations/d6_dblog_settings.yml core/modules/dblog/migrations/d6_dblog_settings.yml
d7_dblog_settings.yml file core/modules/dblog/migrations/d7_dblog_settings.yml core/modules/dblog/migrations/d7_dblog_settings.yml
Database::convertDbUrlToConnectionInfo function core/lib/Drupal/Core/Database/Database.php Converts a URL to a database connection info array.
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.
DatabaseLegacyTest::testDbEscapeField function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_escape_field() function.
DatabaseLegacyTest::testDbEscapeTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_escape_table() function.
DatabaseLegacyTest::testDbFieldExists function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_field_exists() function.
DatabaseLegacyTest::testDbFieldNames function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_field_names() function.
DatabaseLegacyTest::testDbFieldSetDefault function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_field_set_default() function.
DatabaseLegacyTest::testDbFieldSetNoDefault function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_field_set_no_default() function.
DatabaseLegacyTest::testDbFindTables function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_find_tables() function.
DatabaseLegacyTest::testDbGetTarget function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the _db_get_target() function.
DatabaseLegacyTest::testDbIgnoreReplica function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_ignore_replica() function.
DatabaseLegacyTest::testDbIndexExists function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_index_exists() function.
DatabaseLegacyTest::testDbInsert function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_insert() function.
DatabaseLegacyTest::testDbLike function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_like() function.
DatabaseLegacyTest::testDbMerge function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_merge() function.
DatabaseLegacyTest::testDbNextId function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_next_id() function.
DatabaseLegacyTest::testDbOptionsTarget function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the $options 'target' key in Connection::query.
DatabaseLegacyTest::testDbOptionsTargetInSelect function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the $options 'target' key in Select.
DatabaseLegacyTest::testDbOr function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_or() function.
DatabaseLegacyTest::testDbQuery function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_query() function.
DatabaseLegacyTest::testDbQueryRange function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_query_range() function.
DatabaseLegacyTest::testDbQueryTemporary function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_query_temporary() function.
DatabaseLegacyTest::testDbRenameTable function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_rename_table() function.
DatabaseLegacyTest::testDbSelect function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_select() function.
DatabaseLegacyTest::testDbSetActive function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_set_active() function.

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