You are here

public function FeaturesManagerInterface::assignConfigDependents in Features 8.3

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

For given configuration items, assigns any dependent configuration to the same package.

Parameters

string[] $item_names: Configuration item names.

string $package: Short machine name of package to assign dependent config to. If NULL, use the current package of the parent config items.

1 method overrides FeaturesManagerInterface::assignConfigDependents()
FeaturesManager::assignConfigDependents in src/FeaturesManager.php
For given configuration items, assigns any dependent configuration to the same package.

File

src/FeaturesManagerInterface.php, line 372

Class

FeaturesManagerInterface
Provides an interface for the FeaturesManager.

Namespace

Drupal\features

Code

public function assignConfigDependents(array $item_names = NULL, $package = NULL);