You are here

public function FeaturesGenerationMethodInterface::setAssigner in Features 8.4

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

Injects the features assigner.

Parameters

\Drupal\features\FeaturesAssignerInterface $assigner: The features assigner to be used to retrieve the bundle configuration.

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

File

src/FeaturesGenerationMethodInterface.php, line 27

Class

FeaturesGenerationMethodInterface
Interface for package assignment classes.

Namespace

Drupal\features

Code

public function setAssigner(FeaturesAssignerInterface $assigner);