public function FeaturesAssignmentMethodInterface::setAssigner in Features 8.4
Same name and namespace in other branches
- 8.3 src/FeaturesAssignmentMethodInterface.php \Drupal\features\FeaturesAssignmentMethodInterface::setAssigner()
Injects the features assigner.
Parameters
\Drupal\features\FeaturesAssignerInterface $assigner: The features assigner to be used to retrieve the bundle configuration.
1 method overrides FeaturesAssignmentMethodInterface::setAssigner()
- FeaturesAssignmentMethodBase::setAssigner in src/
FeaturesAssignmentMethodBase.php - Injects the features assigner.
File
- src/
FeaturesAssignmentMethodInterface.php, line 29
Class
- FeaturesAssignmentMethodInterface
- Interface for package assignment classes.
Namespace
Drupal\featuresCode
public function setAssigner(FeaturesAssignerInterface $assigner);