You are here

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

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

The entity field manager.

Type: \Drupal\Core\Entity\EntityFieldManagerInterface

File

src/Plugin/Synonyms/Provider/Field.php, line 33

Class

Field
Provide synonyms from attached simple fields.

Namespace

Drupal\synonyms\Plugin\Synonyms\Provider

Code

protected $entityFieldManager;