Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseCacheTagsChecksum::$connection | property | core/ |
The database connection. |
| DatabaseCacheTagsChecksum::catchException | function | core/ |
Act on an exception when cache might be stale. |
| DatabaseCacheTagsChecksum::doInvalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| DatabaseCacheTagsChecksum::ensureTableExists | function | core/ |
Check if the cache tags table exists and create it if not. |
| DatabaseCacheTagsChecksum::getDatabaseConnection | function | core/ |
Returns the database connection. |
| DatabaseCacheTagsChecksum::getTagInvalidationCounts | function | core/ |
Fetches invalidation counts for cache tags. |
| DatabaseCacheTagsChecksum::schemaDefinition | function | core/ |
Defines the schema for the {cachetags} table. |
| DatabaseCacheTagsChecksum::__construct | function | core/ |
Constructs a DatabaseCacheTagsChecksum object. |
| DatabaseException | interface | core/ |
Interface for a database exception. |
| DatabaseException.php | file | core/ |
|
| DatabaseExceptionWrapper | class | core/ |
This wrapper class serves only to provide additional debug information. |
| DatabaseExceptionWrapper.php | file | core/ |
|
| DatabaseExceptionWrapperTest | class | core/ |
Tests exceptions thrown by queries. |
| DatabaseExceptionWrapperTest.php | file | core/ |
|
| DatabaseExceptionWrapperTest::testPreparedStatement | function | core/ |
Tests the expected database exception thrown for prepared statements. |
| DatabaseExceptionWrapperTest::testQueryThrowsDatabaseExceptionWrapperException | function | core/ |
Tests the expected database exception thrown for inexistent tables. |
| DatabaseFileUsageBackend | class | core/ |
Defines the database file usage backend. This is the default Drupal backend. |
| DatabaseFileUsageBackend.php | file | core/ |
|
| DatabaseFileUsageBackend::$connection | property | core/ |
The database connection used to store file usage information. |
| DatabaseFileUsageBackend::$tableName | property | core/ |
The name of the SQL table used to store file usage information. |
| DatabaseFileUsageBackend::add | function | core/ |
Records that a module is using a file. |
| DatabaseFileUsageBackend::delete | function | core/ |
Removes a record to indicate that a module is no longer using a file. |
| DatabaseFileUsageBackend::listUsage | function | core/ |
Determines where a file is used. |
| DatabaseFileUsageBackend::__construct | function | core/ |
Construct the DatabaseFileUsageBackend. |
| DatabaseLegacyTest | class | core/ |
Deprecation tests cases for the database layer. |
| DatabaseLegacyTest.php | file | core/ |
|
| DatabaseLegacyTest::$modules | property | core/ |
The modules to enable. |
| DatabaseLegacyTest::testDbAddField | function | core/ |
Tests deprecation of the db_add_field() function. |
| DatabaseLegacyTest::testDbAddIndex | function | core/ |
Tests deprecation of the db_add_index() function. |
| DatabaseLegacyTest::testDbAddPrimaryKey | function | core/ |
Tests deprecation of the db_add_primary_key() function. |
| DatabaseLegacyTest::testDbAddUniqueKey | function | core/ |
Tests deprecation of the db_add_unique_key() function. |
| DatabaseLegacyTest::testDbAnd | function | core/ |
Tests deprecation of the db_and() function. |
| DatabaseLegacyTest::testDbChangeField | function | core/ |
Tests the db_change_field() function is deprecated. |
| DatabaseLegacyTest::testDbClose | function | core/ |
Tests the db_close() function. |
| DatabaseLegacyTest::testDbCondition | function | core/ |
Tests deprecation of the db_condition() function. |
| DatabaseLegacyTest::testDbCreateTable | function | core/ |
Tests deprecation of the db_create_table() function. |
| DatabaseLegacyTest::testDbDelete | function | core/ |
Tests deprecation of the db_delete() function. |
| DatabaseLegacyTest::testDbDriver | function | core/ |
Tests deprecation of the db_driver() function. |
| DatabaseLegacyTest::testDbDropField | function | core/ |
Tests deprecation of the db_drop_field() function. |
| 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. |
Pagination
- Previous page
- Page 276
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.