You are here

protected property ViewsEntityArgumentValidator::$entityManager in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php \Drupal\views\Plugin\Derivative\ViewsEntityArgumentValidator::entityManager

The entity manager.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php, line 39
Contains \Drupal\views\Plugin\Derivative\ViewsEntityArgumentValidator.

Class

ViewsEntityArgumentValidator
Provides views argument validator plugin definitions for all entity types.

Namespace

Drupal\views\Plugin\Derivative

Code

protected $entityManager;