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

1
public function setSourceStorage(StorageInterface $storage);
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.