ConfigInstaller::setSourceStorage

public ConfigInstaller::setSourceStorage(StorageInterface $storage)

Sets the configuration storage that provides the default configuration.

Parameters

\Drupal\Core\Config\StorageInterface $storage:

Return value

$this

Overrides ConfigInstallerInterface::setSourceStorage

File

core/lib/Drupal/Core/Config/ConfigInstaller.php, line 351

Class

ConfigInstaller

Namespace

Drupal\Core\Config

Code

public function setSourceStorage(StorageInterface $storage) {
  $this->sourceStorage = $storage;
  return $this;
}
doc_Drupal
2016-10-29 08:53:55
Comments
Leave a Comment

Please login to continue.