ConfigInstallerInterface::setSourceStorage

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);
doc_Drupal
2016-10-29 08:53:56
Comments
Leave a Comment

Please login to continue.