Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 11.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatabaseCacheTagsChecksum::$connection | property | core/ |
The database connection. |
| 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. |
| DatabaseConnectionRefusedException | class | core/ |
Exception thrown if server refuses connection. |
| DatabaseConnectionRefusedException.php | file | core/ |
|
| DatabaseDriver | class | core/ |
Defines a database driver extension object. |
| DatabaseDriver.php | file | core/ |
|
| DatabaseDriver::$classLoader | property | core/ |
The container class loader. |
| DatabaseDriver::$installTasks | property | core/ |
The install tasks object instance of the database driver. |
| DatabaseDriver::getAutoloadInfo | function | core/ |
Returns an array with the driver's autoload information. |
| DatabaseDriver::getDriverName | function | core/ |
Returns the name of the database driver. |
| DatabaseDriver::getExtensionFilename | function | core/ |
Returns the name of the main extension file, if any. |
| DatabaseDriver::getExtensionPathname | function | core/ |
Returns the relative path of the main extension file, if any. |
| DatabaseDriver::getFilename | function | core/ |
Returns the filename of the extension's info file. |
| DatabaseDriver::getInstallTasks | function | core/ |
Returns the install tasks object instance of this database driver. |
| DatabaseDriver::getModule | function | core/ |
Returns the Extension object of the module containing the database driver. |
| DatabaseDriver::getModuleInfo | function | core/ |
Gets the content of the info.yml file of the driver's module, as an array. |
| DatabaseDriver::getName | function | core/ |
Returns the internal name of the extension. |
| DatabaseDriver::getNamespace | function | core/ |
Returns the PHP namespace of the database driver. |
| DatabaseDriver::getPath | function | core/ |
Returns the relative path of the extension. |
| DatabaseDriver::getPathname | function | core/ |
Returns the relative path and filename of the extension's info file. |
| DatabaseDriver::isExperimental | function | core/ |
Checks if an extension is marked as experimental. |
| DatabaseDriver::isObsolete | function | core/ |
Checks if an extension is marked as obsolete. |
| DatabaseDriver::load | function | core/ |
Loads the main extension file, if any. |
| DatabaseDriver::__construct | function | core/ |
Constructs a new DatabaseDriver object. |
| DatabaseDriverList | class | core/ |
Provides a list of available database drivers. |
| DatabaseDriverList.php | file | core/ |
|
| DatabaseDriverList::$includeTestDrivers | property | core/ |
Determines whether test drivers shall be included in the discovery. |
| DatabaseDriverList::checkIncompatibility | function | core/ |
Tests the compatibility of an extension. |
| DatabaseDriverList::CORE_MYSQL_DRIVER_NAMESPACE | constant | core/ |
The namespace of core's MySql database driver. |
| DatabaseDriverList::createExtensionInfo | function | core/ |
Creates the info value for an extension object. |
| DatabaseDriverList::doList | function | core/ |
Builds the list of extensions. |
| DatabaseDriverList::doScanExtensions | function | core/ |
Scans the available extensions. |
| DatabaseDriverList::get | function | core/ |
Returns a single extension. |
| DatabaseDriverList::getAllAvailableInfo | function | core/ |
Returns an array of info files information of available extensions. |
| DatabaseDriverList::getAllInstalledInfo | function | core/ |
Returns an array of info files information of installed extensions. |
| DatabaseDriverList::getExtensionDiscovery | function | core/ |
Returns the extension discovery. |
| DatabaseDriverList::getExtensionInfo | function | core/ |
Returns information about a specified extension. |
| DatabaseDriverList::getFromDriverName | function | core/ |
Returns the first available driver extension by the driver name. |
| DatabaseDriverList::getInstallableList | function | core/ |
Returns the list of installable database drivers. |
| DatabaseDriverList::getInstalledExtensionNames | function | core/ |
Returns a list of machine names of installed extensions. |
| DatabaseDriverList::getName | function | core/ |
Returns the human-readable name of the extension. |
| DatabaseDriverList::getPath | function | core/ |
Gets the path to an extension of a specific type (module, theme, etc.). |
| DatabaseDriverList::getPathname | function | core/ |
Gets the info file path for an extension. |
| DatabaseDriverList::getPathNames | function | core/ |
Returns a list of extension file paths keyed by machine name. |
| DatabaseDriverList::includeTestDrivers | function | core/ |
Determines whether test drivers shall be included in the discovery. |
Pagination
- Previous page
- Page 358
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.