You are here

private property CacheInvalidator::$entityTypeManager in Decoupled Router 8

Same name and namespace in other branches
  1. 2.x src/CacheInvalidator.php \Drupal\decoupled_router\CacheInvalidator::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

src/CacheInvalidator.php, line 20

Class

CacheInvalidator
Invalidates decoupled router cache entries based on path events.

Namespace

Drupal\decoupled_router

Code

private $entityTypeManager;