You are here

protected property EntityReferenceField::$entityTypeManager in Synonyms 8

Same name in this branch
  1. 8 src/Plugin/Derivative/EntityReferenceField.php \Drupal\synonyms\Plugin\Derivative\EntityReferenceField::entityTypeManager
  2. 8 src/Plugin/Synonyms/Provider/EntityReferenceField.php \Drupal\synonyms\Plugin\Synonyms\Provider\EntityReferenceField::entityTypeManager
Same name and namespace in other branches
  1. 2.0.x src/Plugin/Derivative/EntityReferenceField.php \Drupal\synonyms\Plugin\Derivative\EntityReferenceField::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/Plugin/Derivative/EntityReferenceField.php, line 27

Class

EntityReferenceField
Derivative for entity_reference synonyms provider plugin.

Namespace

Drupal\synonyms\Plugin\Derivative

Code

protected $entityTypeManager;