function ConfigInstallerInterface::getSourceStorage

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigInstallerInterface.php \Drupal\Core\Config\ConfigInstallerInterface::getSourceStorage()
  2. 8.9.x core/lib/Drupal/Core/Config/ConfigInstallerInterface.php \Drupal\Core\Config\ConfigInstallerInterface::getSourceStorage()
  3. 10 core/lib/Drupal/Core/Config/ConfigInstallerInterface.php \Drupal\Core\Config\ConfigInstallerInterface::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.

2 methods override ConfigInstallerInterface::getSourceStorage()
ConfigInstaller::getSourceStorage in core/lib/Drupal/Core/ProxyClass/Config/ConfigInstaller.php
Gets the configuration storage that provides the default configuration.
ConfigInstaller::getSourceStorage in core/lib/Drupal/Core/Config/ConfigInstaller.php
Gets the configuration storage that provides the default configuration.

File

core/lib/Drupal/Core/Config/ConfigInstallerInterface.php, line 86

Class

ConfigInstallerInterface
Interface for classes that install config.

Namespace

Drupal\Core\Config

Code

public function getSourceStorage();

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