Search for database

  1. Search 7.x for database
  2. Search 9.5.x for database
  3. Search 10.3.x for database
  4. Search 11.x for database
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
database service core/core.services.yml Drupal\Core\Database\Connection
Database class core/lib/Drupal/Core/Database/Database.php Primary front-controller for the database system.

All search results

Title Object type File name Summary
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.
DatabaseLegacyTest::testDbTableExists function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_table_exists() function.
DatabaseLegacyTest::testDbTransaction function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_transaction() function.
DatabaseLegacyTest::testDbTruncate function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_truncate() function.
DatabaseLegacyTest::testDbUpdate function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests the db_update() function.
DatabaseLegacyTest::testDbXor function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests deprecation of the db_xor() function.
DatabaseLegacyTest::testSchemaFieldDefaultChange function core/tests/Drupal/KernelTests/Core/Database/DatabaseLegacyTest.php Tests Schema::fieldSetDefault and Schema::fieldSetNoDefault.
DatabaseLockBackend class core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php Provides a proxy class for \Drupal\Core\Lock\DatabaseLockBackend.
DatabaseLockBackend class core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Defines the database lock backend. This is the default backend in Drupal.
DatabaseLockBackend.php file core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php
DatabaseLockBackend.php file core/lib/Drupal/Core/Lock/DatabaseLockBackend.php
DatabaseLockBackend::$container property core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php The service container.
DatabaseLockBackend::$database property core/lib/Drupal/Core/Lock/DatabaseLockBackend.php The database connection.
DatabaseLockBackend::$drupalProxyOriginalServiceId property core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php The id of the original proxied service.
DatabaseLockBackend::$service property core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php The real proxied service, after it was lazy loaded.
DatabaseLockBackend::acquire function core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php Acquires a lock.
DatabaseLockBackend::acquire function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Acquires a lock.
DatabaseLockBackend::catchException function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Act on an exception when semaphore might be stale.
DatabaseLockBackend::ensureTableExists function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Check if the semaphore table exists and create it if not.
DatabaseLockBackend::getLockId function core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php Gets the unique page token for locks.
DatabaseLockBackend::lazyLoadItself function core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php Lazy loads the real service from the container.
DatabaseLockBackend::lockMayBeAvailable function core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php Checks if a lock is available for acquiring.
DatabaseLockBackend::lockMayBeAvailable function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Checks if a lock is available for acquiring.
DatabaseLockBackend::normalizeName function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Normalizes a lock name in order to comply with database limitations.
DatabaseLockBackend::release function core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php Releases the given lock.
DatabaseLockBackend::release function core/lib/Drupal/Core/Lock/DatabaseLockBackend.php Releases the given lock.
DatabaseLockBackend::releaseAll function core/lib/Drupal/Core/ProxyClass/Lock/DatabaseLockBackend.php Releases all locks for the given lock token identifier.

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