public ConfigInstallerInterface::setSourceStorage(StorageInterface $storage)
Sets the configuration storage that provides the default configuration.
Parameters
\Drupal\Core\Config\StorageInterface $storage:
Return value
$this
File
- core/lib/Drupal/Core/Config/ConfigInstallerInterface.php, line 75
Class
- ConfigInstallerInterface
- Interface for classes that install config.
Namespace
Drupal\Core\Config
Code
public function setSourceStorage(StorageInterface $storage);
Please login to continue.