function RecipeOverrideConfigStorage::__construct

Same name in other branches
  1. 10 core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php \Drupal\Core\Recipe\RecipeOverrideConfigStorage::__construct()

Parameters

\Drupal\Core\Config\StorageInterface $recipeStorage: The recipe's configuration storage.

\Drupal\Core\Config\StorageInterface $wrappedStorage: The storage to override.

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

File

core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php, line 26

Class

RecipeOverrideConfigStorage
Wraps a config storage to allow recipe provided configuration to override it.

Namespace

Drupal\Core\Recipe

Code

public function __construct(StorageInterface $recipeStorage, StorageInterface $wrappedStorage, string $collection = StorageInterface::DEFAULT_COLLECTION) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.