function ConfigInstaller::getSourceStorage

Gets the configuration storage that provides the default configuration.

Return value

\Drupal\Core\Config\StorageInterface|null The configuration storage that provides the default configuration. Returns null if the source storage has not been set.

Overrides ConfigInstallerInterface::getSourceStorage

1 call to ConfigInstaller::getSourceStorage()
ConfigInstaller::installDefaultConfig in core/lib/Drupal/Core/Config/ConfigInstaller.php
Installs the default configuration of a given extension.

File

core/lib/Drupal/Core/Config/ConfigInstaller.php, line 433

Class

ConfigInstaller

Namespace

Drupal\Core\Config

Code

public function getSourceStorage() {
  return $this->sourceStorage;
}

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