Search for connect
- Search 7.x for connect
- Search 9.5.x for connect
- Search 10.3.x for connect
- Search 11.x for connect
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
AliasRepository::$connection | property | core/ |
The database connection. |
AliasStorage::$connection | property | core/ |
The database connection. |
AssignOwnerNode::$connection | property | core/ |
The database connection. |
BanIpManager::$connection | property | core/ |
The database connection used to check the IP against. |
BatchStorage::$connection | property | core/ |
The database connection. |
BookOutlineStorage::$connection | property | core/ |
Database Service Object. |
CacheTagsChecksumTrait::getDatabaseConnection | function | core/ |
Returns the database connection. |
Connection | class | core/ |
|
Connection | class | core/ |
A fake Connection class for testing purposes. |
Connection | class | core/ |
MySQL implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
SQLite implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
|
Connection | class | core/ |
SQlite Connection class that can log executed queries. |
Connection | class | core/ |
MySQL Connection class that can log executed queries. |
Connection | class | core/ |
PostgreSQL Connection class that can log executed queries. |
Connection | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
MySQL test implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
PostgreSQL implementation of \Drupal\Core\Database\Connection. |
Connection | class | core/ |
|
Connection | class | core/ |
Base Database API class. |
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection.php | file | core/ |
|
Connection::$attachedDatabases | property | core/ |
All databases attached to the current database. This is used to allow prefixes to be safely handled without locking the table |
Connection::$connection | property | core/ |
The actual PDO connection. |
Connection::$connectionOptions | property | core/ |
The connection information for this connection object. |
Connection::$databaseVersion | property | core/ |
Hardcoded database server version. |
Connection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
Connection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
Connection::$driver | property | core/ |
Public property so we can test driver loading mechanism. |
Connection::$driverClasses | property | core/ |
Index of what driver-specific class to use for various operations. |
Connection::$escapedAliases | property | core/ |
List of escaped aliases names, keyed by unescaped aliases. |
Connection::$escapedNames | property | core/ |
List of escaped database, table, and field names, keyed by unescaped names. |
Connection::$key | property | core/ |
The key representing this connection. |
Connection::$logger | property | core/ |
The current database logging object for this connection. |
Connection::$needsCleanup | property | core/ |
Flag to indicate if the cleanup function in __destruct() should run. |
Connection::$postgresqlConditionOperatorMap | property | core/ |
A map of condition operators to PostgreSQL operators. |
Connection::$postgresqlReservedKeyWords | property | core/ |
The list of PostgreSQL reserved key words. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.