extension.list.database_driver

Class

Drupal\Core\Extension\DatabaseDriverList
3 string references to extension.list.database_driver
Database::getDriverList in core/lib/Drupal/Core/Database/Database.php
Returns the list provider for available database drivers.
DatabaseTest::setUp in core/tests/Drupal/Tests/Core/Database/DatabaseTest.php
SiteSettingsForm::create in core/lib/Drupal/Core/Installer/Form/SiteSettingsForm.php

File

core/core.services.yml

View source
  1. class: Drupal\Core\Extension\DatabaseDriverList
  2. arguments:
  3. - '%app.root%'
  4. - database_driver
  5. - '@cache.default'

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