You are here

public function FeaturesAssignmentMethodInterface::setEntityTypeManager in Features 8.4

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

Injects the entity manager.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager to be used to retrieve entity information.

1 method overrides FeaturesAssignmentMethodInterface::setEntityTypeManager()
FeaturesAssignmentMethodBase::setEntityTypeManager in src/FeaturesAssignmentMethodBase.php
Injects the entity manager.

File

src/FeaturesAssignmentMethodInterface.php, line 37

Class

FeaturesAssignmentMethodInterface
Interface for package assignment classes.

Namespace

Drupal\features

Code

public function setEntityTypeManager(EntityTypeManagerInterface $entity_type_manager);