Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Database::$ignoreTargets | property | core/ |
A list of key/target credentials to simply ignore. |
| Database::$logs | property | core/ |
An array of active query log objects. |
| Database::addConnectionInfo | function | core/ |
Adds database connection information for a given key/target. |
| Database::closeConnection | function | core/ |
Closes a connection to the server specified by the given key and target. |
| Database::commitAllOnShutdown | function | core/ |
Calls commitAll() on all the open connections. |
| Database::convertDbUrlToConnectionInfo | function | core/ |
Converts a URL to a database connection info array. |
| Database::getAllConnectionInfo | function | core/ |
Gets connection information for all available databases. |
| Database::getConnection | function | core/ |
Gets the connection object for the specified database key and target. |
| Database::getConnectionInfo | function | core/ |
Gets information on the specified database connection. |
| Database::getConnectionInfoAsUrl | function | core/ |
Gets database connection info as a URL. |
| Database::getDriverList | function | core/ |
Returns the list provider for available database drivers. |
| Database::getLog | function | core/ |
Retrieves the queries logged on for given logging key. |
| Database::ignoreTarget | function | core/ |
Instructs the system to temporarily ignore a given key/target. |
| Database::isActiveConnection | function | core/ |
Determines if there is an active connection. |
| Database::openConnection | function | core/ |
Opens a connection to the server specified by the given key and target. |
| Database::parseConnectionInfo | function | core/ |
Process the configuration file for database information. |
| Database::removeConnection | function | core/ |
Remove a connection and its corresponding connection information. |
| Database::renameConnection | function | core/ |
Rename a connection and its corresponding connection information. |
| Database::setActiveConnection | function | core/ |
Sets the active connection to the specified key. |
| Database::setMultipleConnectionInfo | function | core/ |
Sets connection information for multiple databases. |
| Database::startLog | function | core/ |
Starts logging a given logging key on the specified connection. |
| DatabaseAccessDeniedException | class | core/ |
Exception thrown if access credentials fail. |
| DatabaseAccessDeniedException.php | file | core/ |
|
| DatabaseBackend | class | core/ |
Defines the database flood backend. This is the default Drupal backend. |
| DatabaseBackend | class | core/ |
Defines a default cache implementation. |
| DatabaseBackend.php | file | core/ |
|
| DatabaseBackend.php | file | core/ |
|
| DatabaseBackend::$bin | property | core/ |
|
| DatabaseBackend::$checksumProvider | property | core/ |
The cache tags checksum provider. |
| DatabaseBackend::$connection | property | core/ |
The database connection. |
| DatabaseBackend::$maxRows | property | core/ |
The maximum number of rows that this cache bin table is allowed to store. |
| DatabaseBackend::catchException | function | core/ |
Act on an exception when flood might be stale. |
| DatabaseBackend::catchException | function | core/ |
Act on an exception when cache might be stale. |
| DatabaseBackend::clear | function | core/ |
Makes the flood control mechanism forget an event for the current visitor. |
| DatabaseBackend::clearByPrefix | function | core/ |
Makes the flood control mechanism forget an event by identifier prefix. |
| DatabaseBackend::DEFAULT_MAX_ROWS | constant | core/ |
The default maximum number of rows that this cache bin table can store. |
| DatabaseBackend::delete | function | core/ |
Deletes an item from the cache. |
| DatabaseBackend::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| DatabaseBackend::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
| DatabaseBackend::doInsert | function | core/ |
Inserts an event into the flood table. |
| DatabaseBackend::doSetMultiple | function | core/ |
Stores multiple items in the persistent cache. |
| DatabaseBackend::ensureBinExists | function | core/ |
Check if the cache bin exists and create it if not. |
| DatabaseBackend::ensureTableExists | function | core/ |
Check if the flood table exists and create it if not. |
| DatabaseBackend::garbageCollection | function | core/ |
Cleans up expired flood events. |
| DatabaseBackend::garbageCollection | function | core/ |
Performs garbage collection on a cache bin. |
| DatabaseBackend::get | function | core/ |
Returns data from the persistent cache. |
| DatabaseBackend::getMaxRows | function | core/ |
Gets the maximum number of rows for this cache bin table. |
| DatabaseBackend::getMultiple | function | core/ |
Returns data from the persistent cache when given an array of cache IDs. |
| DatabaseBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| DatabaseBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
Pagination
- Previous page
- Page 314
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.