database

Same name in other branches
  1. 9 core/core.services.yml \database
  2. 8.9.x core/core.services.yml \database

Class

Drupal\Core\Database\Connection
72 string references to database
AssignOwnerNode::create in core/modules/action/src/Plugin/Action/AssignOwnerNode.php
Creates an instance of the plugin.
BackendCompilerPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php
phpcs:ignore Drupal.Commenting.FunctionComment.VoidReturn
BackendCompilerPassTest::getDrivertestMysqlContainer in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
Creates a container with a DrivertestMysql database mock definition in it.
BackendCompilerPassTest::getSqliteContainer in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
Creates a container with a sqlite database service in it.
BatchBidSerialUpdateTest::testUpdate in core/modules/system/tests/src/Functional/Update/BatchBidSerialUpdateTest.php
Tests the change of the {batch} table [bid] field to serial.

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Database\Connection
  2. factory: 'Drupal\Core\Database\Database::getConnection'
  3. arguments:
  4. - default

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