You are here

protected property Iid::$entityManager in Zircon Profile 8

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

The entity manager service.

Type: \Drupal\Core\Entity\EntityManagerInterface

File

core/modules/aggregator/src/Plugin/views/argument/Iid.php, line 28
Contains \Drupal\aggregator\Plugin\views\argument\Iid.

Class

Iid
Argument handler to accept an aggregator item id.

Namespace

Drupal\aggregator\Plugin\views\argument

Code

protected $entityManager;