function InstallerKernel::getConfigStorage

Same name in other branches
  1. 9 core/lib/Drupal/Core/Installer/InstallerKernel.php \Drupal\Core\Installer\InstallerKernel::getConfigStorage()
  2. 10 core/lib/Drupal/Core/Installer/InstallerKernel.php \Drupal\Core\Installer\InstallerKernel::getConfigStorage()
  3. 11.x core/lib/Drupal/Core/Installer/InstallerKernel.php \Drupal\Core\Installer\InstallerKernel::getConfigStorage()

Returns the active configuration storage used during early install.

This override changes the visibility so that the installer can access config storage before the container is properly built.

Return value

\Drupal\Core\Config\StorageInterface The config storage.

Overrides DrupalKernel::getConfigStorage

File

core/lib/Drupal/Core/Installer/InstallerKernel.php, line 47

Class

InstallerKernel
Extend DrupalKernel to handle force some kernel behaviors.

Namespace

Drupal\Core\Installer

Code

public function getConfigStorage() {
    return parent::getConfigStorage();
}

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