function ConfigInstallerInterface::getSourceStorage
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/ConfigInstallerInterface.php \Drupal\Core\Config\ConfigInstallerInterface::getSourceStorage()
- 10 core/lib/Drupal/Core/Config/ConfigInstallerInterface.php \Drupal\Core\Config\ConfigInstallerInterface::getSourceStorage()
- 11.x 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\ConfigCode
public function getSourceStorage();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.