You are here

public function EntityDisplayTrait::setEntityTypeManager in CCK Select Other 8

Sets the entity type manager.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager: The entity_type.manager.

1 call to EntityDisplayTrait::setEntityTypeManager()
SelectOtherAllowedValuesConstraintValidator::__construct in src/Validation/Plugin/Validation/Constraint/SelectOtherAllowedValuesConstraintValidator.php
Constructs a new SelectOtherAllowedValuesConstraintValidator.

File

src/EntityDisplayTrait.php, line 124

Class

EntityDisplayTrait
Provides methods for dealing with entity displays.

Namespace

Drupal\cck_select_other

Code

public function setEntityTypeManager(EntityTypeManagerInterface $entityTypeManager) {
  $this->entityTypeManager = $entityTypeManager;
}