You are here

service database in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/core.services.yml \database

Class

Drupal\Core\Database\Connection
46 string references to database
AssignOwnerNode::create in core/modules/node/src/Plugin/Action/AssignOwnerNode.php
Creates an instance of the plugin.
BackendCompilerPass::process in core/lib/Drupal/Core/DependencyInjection/Compiler/BackendCompilerPass.php
You can modify the container here before it is dumped to PHP code.
BackendCompilerPassTest::getSqliteContainer in core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
Creates a container with a sqlite database service in it.
CacheCollectorTest::register in core/tests/Drupal/KernelTests/Core/Cache/CacheCollectorTest.php
Registers test-specific services.
ChainedFastBackendUnitTest::createCacheBackend in core/modules/system/src/Tests/Cache/ChainedFastBackendUnitTest.php
Creates a new instance of ChainedFastBackend.

... See full list

File

core/core.services.yml
core/core.services.yml

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