Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseBackendTagTest::testTagInvalidations | function | core/ |
|
| DatabaseBackendTest | class | core/ |
Unit test of the database backend using the generic cache unit test base. |
| DatabaseBackendTest.php | file | core/ |
|
| DatabaseBackendTest::$maxRows | property | core/ |
The max rows to use for test bins. |
| DatabaseBackendTest::$modules | property | core/ |
Modules to enable. |
| DatabaseBackendTest::createCacheBackend | function | core/ |
Creates a new instance of DatabaseBackend. |
| DatabaseBackendTest::getNumRows | function | core/ |
Gets the number of rows in the test cache bin database table. |
| DatabaseBackendTest::testGarbageCollection | function | core/ |
Tests the row count limiting of cache bin database tables. |
| DatabaseBackendTest::testSetGet | function | core/ |
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface. |
| DatabaseCacheTagsChecksum | class | core/ |
Cache tags invalidations checksum implementation that uses the database. |
| DatabaseCacheTagsChecksum.php | file | core/ |
|
| 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. |
Pagination
- Previous page
- Page 334
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.