protected property EntityManager::$cacheTags

The cache tags used for entity plugin definitions.

Type: array

File

drupal/core/lib/Drupal/Core/Entity/EntityManager.php, line 199
Contains \Drupal\Core\Entity\EntityManager.

Class

EntityManager
Manages entity type plugin definitions.

Namespace

Drupal\Core\Entity

Code

protected $cacheTags = array(
  'entity_info' => TRUE,
);