You are here

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

Same name and namespace in other branches
  1. 8 synonyms_views_argument_validator/src/Plugin/Derivative/ViewsSynonymsEntityArgumentValidator.php \Drupal\synonyms_views_argument_validator\Plugin\Derivative\ViewsSynonymsEntityArgumentValidator::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/synonyms_views_argument_validator/src/Plugin/Derivative/ViewsSynonymsEntityArgumentValidator.php, line 32

Class

ViewsSynonymsEntityArgumentValidator
Provides synonyms views argument validator for all entity types.

Namespace

Drupal\synonyms_views_argument_validator\Plugin\Derivative

Code

protected $entityTypeManager;