You are here

protected property Iid::$entityTypeManager in Drupal 9

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

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/modules/aggregator/src/Plugin/views/argument/Iid.php, line 23

Class

Iid
Argument handler to accept an aggregator item id.

Namespace

Drupal\aggregator\Plugin\views\argument

Code

protected $entityTypeManager;