You are here

public function FeaturesGenerationMethodInterface::setFeaturesManager in Features 8.3

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

Injects the features manager.

Parameters

\Drupal\features\FeaturesManagerInterface $features_manager: The features manager to be used to retrieve the configuration list and the assigned packages.

1 method overrides FeaturesGenerationMethodInterface::setFeaturesManager()
FeaturesGenerationMethodBase::setFeaturesManager in src/FeaturesGenerationMethodBase.php
Injects the features manager.

File

src/FeaturesGenerationMethodInterface.php, line 19

Class

FeaturesGenerationMethodInterface
Interface for package assignment classes.

Namespace

Drupal\features

Code

public function setFeaturesManager(FeaturesManagerInterface $features_manager);