You are here

public function FeaturesManagerInterface::setConfigCollection in Features 8.4

Same name and namespace in other branches
  1. 8.3 src/FeaturesManagerInterface.php \Drupal\features\FeaturesManagerInterface::setConfigCollection()

Sets an array of site configuration.

Parameters

\Drupal\features\ConfigurationItem[] $config_collection: An array of items.

1 method overrides FeaturesManagerInterface::setConfigCollection()
FeaturesManager::setConfigCollection in src/FeaturesManager.php
Sets an array of site configuration.

File

src/FeaturesManagerInterface.php, line 97

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function setConfigCollection(array $config_collection);