database

Same name and namespace in other branches
  1. 11.x core/core.services.yml \database
  2. 10 core/core.services.yml \database
  3. 9 core/core.services.yml \database
  4. 8.9.x core/core.services.yml \database

Class

Drupal\Core\Database\Connection
65 string references to database
BackendCompilerPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php
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.
BlockWeightUpdateTest::testRunUpdates in core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php
Tests update path for blocks' `weight` property.
CacheCollectorTest::register in core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php

... 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.