You are here

public function ConfigInstallerInterface::getSourceStorage in Drupal 10

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

1 method overrides ConfigInstallerInterface::getSourceStorage()
ConfigInstaller::getSourceStorage in core/lib/Drupal/Core/ProxyClass/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();