You are here

protected property SynonymsEntity::$entityTypeManager in Synonyms 8

Same name in this branch
  1. 8 synonyms_views_argument_validator/src/Plugin/views/argument_validator/SynonymsEntity.php \Drupal\synonyms_views_argument_validator\Plugin\views\argument_validator\SynonymsEntity::entityTypeManager
  2. 8 synonyms_views_filter/src/Plugin/views/filter/SynonymsEntity.php \Drupal\synonyms_views_filter\Plugin\views\filter\SynonymsEntity::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides Entity::$entityTypeManager

File

synonyms_views_argument_validator/src/Plugin/views/argument_validator/SynonymsEntity.php, line 29

Class

SynonymsEntity
Synonyms-friendly entity validator.

Namespace

Drupal\synonyms_views_argument_validator\Plugin\views\argument_validator

Code

protected $entityTypeManager;