InstallStorage::__construct

public function InstallStorage::__construct

public InstallStorage::__construct($directory = self::CONFIG_INSTALL_DIRECTORY, $collection = StorageInterface::DEFAULT_COLLECTION)

Constructs an InstallStorage object.

Parameters

string $directory: The directory to scan in each extension to scan for files. Defaults to 'config/install'.

string $collection: (optional) The collection to store configuration in. Defaults to the default collection.

Overrides FileStorage::__construct

File

core/lib/Drupal/Core/Config/登录查看完整内容