Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseLegacyTest::testDbDropIndex | function | core/ |
Tests deprecation of the db_drop_index() function. |
| DatabaseLegacyTest::testDbDropPrimaryKey | function | core/ |
Tests deprecation of the db_drop_primary_key() function. |
| DatabaseLegacyTest::testDbDropTable | function | core/ |
Tests the db_drop_table() function. |
| DatabaseLegacyTest::testDbDropUniqueKey | function | core/ |
Tests deprecation of the db_drop_unique_key() function. |
| DatabaseLegacyTest::testDbEscapeField | function | core/ |
Tests deprecation of the db_escape_field() function. |
| DatabaseLegacyTest::testDbEscapeTable | function | core/ |
Tests deprecation of the db_escape_table() function. |
| DatabaseLegacyTest::testDbFieldExists | function | core/ |
Tests deprecation of the db_field_exists() function. |
| DatabaseLegacyTest::testDbFieldNames | function | core/ |
Tests deprecation of the db_field_names() function. |
| DatabaseLegacyTest::testDbFieldSetDefault | function | core/ |
Tests deprecation of the db_field_set_default() function. |
| DatabaseLegacyTest::testDbFieldSetNoDefault | function | core/ |
Tests deprecation of the db_field_set_no_default() function. |
| DatabaseLegacyTest::testDbFindTables | function | core/ |
Tests the db_find_tables() function. |
| DatabaseLegacyTest::testDbGetTarget | function | core/ |
Tests the _db_get_target() function. |
| DatabaseLegacyTest::testDbIgnoreReplica | function | core/ |
Tests the db_ignore_replica() function. |
| DatabaseLegacyTest::testDbIndexExists | function | core/ |
Tests deprecation of the db_index_exists() function. |
| DatabaseLegacyTest::testDbInsert | function | core/ |
Tests the db_insert() function. |
| DatabaseLegacyTest::testDbLike | function | core/ |
Tests deprecation of the db_like() function. |
| DatabaseLegacyTest::testDbMerge | function | core/ |
Tests deprecation of the db_merge() function. |
| DatabaseLegacyTest::testDbNextId | function | core/ |
Tests deprecation of the db_next_id() function. |
| DatabaseLegacyTest::testDbOptionsTarget | function | core/ |
Tests deprecation of the $options 'target' key in Connection::query. |
| DatabaseLegacyTest::testDbOptionsTargetInSelect | function | core/ |
Tests deprecation of the $options 'target' key in Select. |
| DatabaseLegacyTest::testDbOr | function | core/ |
Tests deprecation of the db_or() function. |
| DatabaseLegacyTest::testDbQuery | function | core/ |
Tests the db_query() function. |
| DatabaseLegacyTest::testDbQueryRange | function | core/ |
Tests deprecation of the db_query_range() function. |
| DatabaseLegacyTest::testDbQueryTemporary | function | core/ |
Tests deprecation of the db_query_temporary() function. |
| DatabaseLegacyTest::testDbRenameTable | function | core/ |
Tests deprecation of the db_rename_table() function. |
| DatabaseLegacyTest::testDbSelect | function | core/ |
Tests the db_select() function. |
| DatabaseLegacyTest::testDbSetActive | function | core/ |
Tests the db_set_active() function. |
| DatabaseLegacyTest::testDbTableExists | function | core/ |
Tests the db_table_exists() function. |
| DatabaseLegacyTest::testDbTransaction | function | core/ |
Tests deprecation of the db_transaction() function. |
| DatabaseLegacyTest::testDbTruncate | function | core/ |
Tests deprecation of the db_truncate() function. |
| DatabaseLegacyTest::testDbUpdate | function | core/ |
Tests the db_update() function. |
| DatabaseLegacyTest::testDbXor | function | core/ |
Tests deprecation of the db_xor() function. |
| DatabaseLegacyTest::testSchemaFieldDefaultChange | function | core/ |
Tests Schema::fieldSetDefault and Schema::fieldSetNoDefault. |
| DatabaseLockBackend | class | core/ |
Defines the database lock backend. This is the default backend in Drupal. |
| DatabaseLockBackend | class | core/ |
Provides a proxy class for \Drupal\Core\Lock\DatabaseLockBackend. |
| DatabaseLockBackend.php | file | core/ |
|
| DatabaseLockBackend.php | file | core/ |
|
| DatabaseLockBackend::$container | property | core/ |
The service container. |
| DatabaseLockBackend::$database | property | core/ |
The database connection. |
| DatabaseLockBackend::$drupalProxyOriginalServiceId | property | core/ |
The id of the original proxied service. |
| DatabaseLockBackend::$service | property | core/ |
The real proxied service, after it was lazy loaded. |
| DatabaseLockBackend::acquire | function | core/ |
Acquires a lock. |
| DatabaseLockBackend::acquire | function | core/ |
Acquires a lock. |
| DatabaseLockBackend::catchException | function | core/ |
Act on an exception when semaphore might be stale. |
| DatabaseLockBackend::ensureTableExists | function | core/ |
Check if the semaphore table exists and create it if not. |
| DatabaseLockBackend::getLockId | function | core/ |
Gets the unique page token for locks. |
| DatabaseLockBackend::lazyLoadItself | function | core/ |
Lazy loads the real service from the container. |
| DatabaseLockBackend::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| DatabaseLockBackend::lockMayBeAvailable | function | core/ |
Checks if a lock is available for acquiring. |
| DatabaseLockBackend::normalizeName | function | core/ |
Normalizes a lock name in order to comply with database limitations. |
Pagination
- Previous page
- Page 335
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.