public 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.
\Drupal\Core\Config\StorageInterface The config storage.
Overrides DrupalKernel::getConfigStorage
public function getConfigStorage() { return parent::getConfigStorage(); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Installer!InstallerKernel.php/function/InstallerKernel::getConfigStorage/8.1.x