You are here

protected property EntityTypeRepository::$classNameEntityTypeMap in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityTypeRepository.php \Drupal\Core\Entity\EntityTypeRepository::classNameEntityTypeMap

Contains cached mappings of class names to entity types.

Type: array

File

core/lib/Drupal/Core/Entity/EntityTypeRepository.php, line 35
Contains \Drupal\Core\Entity\EntityTypeRepository.

Class

EntityTypeRepository
Provides helper methods for loading entity types.

Namespace

Drupal\Core\Entity

Code

protected $classNameEntityTypeMap = [];