Search for connection

  1. Search 7.x for connection
  2. Search 9.5.x for connection
  3. Search 8.9.x for connection
  4. Search 10.3.x for connection
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Connection class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFake/Connection.php CoreFake implementation of \Drupal\Core\Database\Connection.
Connection class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Connection.
Connection class core/modules/system/tests/modules/dummydb/src/Driver/Database/dummydb/Connection.php DummyDB test implementation of \Drupal\Core\Database\Connection.
Connection class core/modules/mysqli/src/Driver/Database/mysqli/Connection.php MySQLi implementation of \Drupal\Core\Database\Connection.
Connection class core/modules/sqlite/src/Driver/Database/sqlite/Connection.php SQLite implementation of \Drupal\Core\Database\Connection.
Connection class core/modules/mysql/src/Driver/Database/mysql/Connection.php MySQL implementation of \Drupal\Core\Database\Connection.
Connection class core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysql/Connection.php MySQL test implementation of \Drupal\Core\Database\Connection.
Connection class core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysqlDeprecatedVersion/Connection.php MySQL test implementation of \Drupal\Core\Database\Connection.
Connection class core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestPgsql/Connection.php PostgreSQL implementation of \Drupal\Core\Database\Connection.
Connection class core/modules/pgsql/src/Driver/Database/pgsql/Connection.php PostgreSQL implementation of \Drupal\Core\Database\Connection.

All search results

Title Object type File name Summary
Connection::DATABASE_NOT_FOUND constant core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Error code for "Unable to open database file" error.
Connection::DATABASE_NOT_FOUND constant core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Error code for "Unknown database" error.
Connection::DATABASE_NOT_FOUND constant core/modules/mysql/src/Driver/Database/mysql/Connection.php Error code for "Unknown database" error.
Connection::defaultOptions function core/lib/Drupal/Core/Database/Connection.php Returns the default query options for any given query.
Connection::delete function core/lib/Drupal/Core/Database/Connection.php Prepares and returns a DELETE query object.
Connection::delete function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php Prepares and returns a DELETE query object.
Connection::delete function core/tests/fixtures/database_drivers/custom/fake/Connection.php Prepares and returns a DELETE query object.
Connection::delete function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Prepares and returns a DELETE query object.
Connection::disableEvents function core/lib/Drupal/Core/Database/Connection.php Disables database API events dispatching.
Connection::dispatchEvent function core/lib/Drupal/Core/Database/Connection.php Dispatches a database API event via the container dispatcher.
Connection::driver function core/lib/Drupal/Core/Database/Connection.php Returns the type of database driver.
Connection::driver function core/modules/system/tests/modules/dummydb/src/Driver/Database/dummydb/Connection.php Returns the type of database driver.
Connection::driver function core/modules/mysqli/src/Driver/Database/mysqli/Connection.php Returns the type of database driver.
Connection::driver function core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestPgsql/Connection.php Returns the type of database driver.
Connection::driver function core/tests/fixtures/database_drivers/custom/fake/Connection.php Returns the type of database driver.
Connection::driver function core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysqlDeprecatedVersion/Connection.php Returns the type of database driver.
Connection::driver function core/modules/system/tests/modules/driver_test/src/Driver/Database/DriverTestMysql/Connection.php Returns the type of database driver.
Connection::driver function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Returns the type of database driver.
Connection::driver function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Returns the type of database driver.
Connection::driver function core/modules/mysql/src/Driver/Database/mysql/Connection.php Returns the type of database driver.
Connection::driverTransactionManager function core/modules/mysqli/src/Driver/Database/mysqli/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/modules/mysql/src/Driver/Database/mysql/Connection.php Returns a new instance of the driver's transaction manager.
Connection::driverTransactionManager function core/lib/Drupal/Core/Database/Connection.php Returns a new instance of the driver's transaction manager.
Connection::enableEvents function core/lib/Drupal/Core/Database/Connection.php Enables database API events dispatching.
Connection::escapeAlias function core/lib/Drupal/Core/Database/Connection.php Escapes an alias name string.
Connection::escapeDatabase function core/lib/Drupal/Core/Database/Connection.php Escapes a database name string.
Connection::escapeField function core/lib/Drupal/Core/Database/Connection.php Escapes a field name string.
Connection::escapeLike function core/lib/Drupal/Core/Database/Connection.php Escapes characters that work as wildcard characters in a LIKE pattern.
Connection::escapeTable function core/lib/Drupal/Core/Database/Connection.php Escapes a table name string.
Connection::exceptionHandler function core/lib/Drupal/Core/Database/Connection.php Returns the database exceptions handler.
Connection::exceptionHandler function core/modules/mysqli/src/Driver/Database/mysqli/Connection.php Returns the database exceptions handler.
Connection::exceptionHandler function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Returns the database exceptions handler.
Connection::exceptionHandler function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php Returns the database exceptions handler.
Connection::exceptionHandler function core/tests/fixtures/database_drivers/custom/fake/Connection.php Returns the database exceptions handler.
Connection::exceptionHandler function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Returns the database exceptions handler.
Connection::exceptionHandler function core/modules/mysql/src/Driver/Database/mysql/Connection.php Returns the database exceptions handler.
Connection::expandArguments function core/lib/Drupal/Core/Database/Connection.php Expands out shorthand placeholders.
Connection::filterComment function core/lib/Drupal/Core/Database/Connection.php Sanitize a query comment string.
Connection::findCallerFromDebugBacktrace function core/lib/Drupal/Core/Database/Connection.php Determine the last non-database method that called the database API.
Connection::getAttachedDatabases function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Gets all the attached databases.
Connection::getClientConnection function core/lib/Drupal/Core/Database/Connection.php Returns the client-level database connection object.
Connection::getConnectionOptions function core/lib/Drupal/Core/Database/Connection.php Returns the connection information for this connection object.
Connection::getDebugBacktrace function core/lib/Drupal/Core/Database/Connection.php Gets the debug backtrace.
Connection::getDriverClass function core/lib/Drupal/Core/Database/Connection.php Gets the driver-specific override class if any for the specified class.
Connection::getFullQualifiedTableName function core/lib/Drupal/Core/Database/Connection.php Get a fully qualified table name.
Connection::getFullQualifiedTableName function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Get a fully qualified table name.
Connection::getFullQualifiedTableName function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Get a fully qualified table name.
Connection::getKey function core/lib/Drupal/Core/Database/Connection.php Returns the key this connection is associated with.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.