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
File
- 
              core/
lib/ Drupal/ Core/ ProxyClass/ Config/ ConfigInstaller.php, line 106  
Class
- ConfigInstaller
 - Provides a proxy class for \Drupal\Core\Config\ConfigInstaller.
 
Namespace
Drupal\Core\ProxyClass\ConfigCode
public function getSourceStorage() {
  return $this->lazyLoadItself()
    ->getSourceStorage();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.