You are here

protected property SynonymsEntity::$entityTypeManager in Synonyms 2.0.x

Same name and namespace in other branches
  1. 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

File

modules/synonyms_views_filter/src/Plugin/views/filter/SynonymsEntity.php, line 26

Class

SynonymsEntity
Filter entity by its name or one of its synonyms.

Namespace

Drupal\synonyms_views_filter\Plugin\views\filter

Code

protected $entityTypeManager;