Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
Connection::attachDatabase function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Allows the connection to access additional databases.
Connection::attachDatabase function core/lib/Drupal/Core/Database/Connection.php Allows the connection to access additional databases.
Connection::clientVersion function core/lib/Drupal/Core/Database/Connection.php Returns the version of the database client.
Connection::clientVersion function core/modules/mysqli/src/Driver/Database/mysqli/Connection.php Returns the version of the database client.
Connection::commitAll function core/lib/Drupal/Core/Database/Connection.php Commits all the open transactions.
Connection::condition function core/lib/Drupal/Core/Database/Connection.php Prepares and returns a CONDITION query object.
Connection::condition function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php Prepares and returns a CONDITION query object.
Connection::condition function core/tests/fixtures/database_drivers/custom/fake/Connection.php Prepares and returns a CONDITION query object.
Connection::CONNECTION_FAILURE constant core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Error code for "Connection failure" errors.
Connection::CONNECTION_REFUSED constant core/modules/mysql/src/Driver/Database/mysql/Connection.php Error code for "Connection refused".
Connection::createConnectionOptionsFromUrl function core/lib/Drupal/Core/Database/Connection.php Creates an array of database connection options from a URL.
Connection::createConnectionOptionsFromUrl function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Creates an array of database connection options from a URL.
Connection::createDatabase function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Overrides \Drupal\Core\Database\Connection::createDatabase().
Connection::createDatabase function core/modules/mysql/src/Driver/Database/mysql/Connection.php Overrides \Drupal\Core\Database\Connection::createDatabase().
Connection::createDatabase function core/modules/mysqli/src/Driver/Database/mysqli/Connection.php Overrides \Drupal\Core\Database\Connection::createDatabase().
Connection::createDatabase function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Overrides \Drupal\Core\Database\Connection::createDatabase().
Connection::createDatabase function core/tests/fixtures/database_drivers/custom/fake/Connection.php Creates a database.
Connection::createDatabase function core/lib/Drupal/Core/Database/Connection.php Creates a database.
Connection::createUrlFromConnectionOptions function core/lib/Drupal/Core/Database/Connection.php Creates a URL from an array of database connection options.
Connection::createUrlFromConnectionOptions function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Creates a URL from an array of database connection options.
Connection::databaseType function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Returns the name of the database engine accessed by this driver.
Connection::databaseType function core/lib/Drupal/Core/Database/Connection.php Returns the name of the database engine accessed by this driver.
Connection::databaseType function core/modules/system/tests/modules/dummydb/src/Driver/Database/dummydb/Connection.php Returns the name of the database engine accessed by this driver.
Connection::databaseType function core/modules/mysql/src/Driver/Database/mysql/Connection.php Returns the name of the database engine accessed by this driver.
Connection::databaseType function core/tests/fixtures/database_drivers/custom/fake/Connection.php Returns the name of the database engine accessed by this driver.
Connection::databaseType function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Returns the name of the database engine accessed by this driver.
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/sqlite/src/Driver/Database/sqlite/Connection.php Error code for "Unable to open database file" 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/modules/pgsql/src/Driver/Database/pgsql/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::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/tests/fixtures/database_drivers/custom/fake/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/mysql/src/Driver/Database/mysql/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/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/DriverTestPgsql/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/sqlite/src/Driver/Database/sqlite/Connection.php Returns the type of database driver.
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/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::driverTransactionManager function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Returns a new instance of the driver's transaction manager.

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