You are here

protected property EntityReferenceField::$entityFieldManager in Synonyms 2.0.x

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

The entity field manager.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

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

Class

EntityReferenceField
Derivative for entity_reference synonyms provider plugin.

Namespace

Drupal\synonyms\Plugin\Derivative

Code

protected $entityFieldManager;