You are here

protected property EntityBundleListener::$entityTypeBundleInfo in Drupal 9

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

The entity type bundle info.

Type: \Drupal\Core\Entity\EntityTypeBundleInfoInterface

File

core/lib/Drupal/Core/Entity/EntityBundleListener.php, line 24

Class

EntityBundleListener
Reacts to entity bundle CRUD on behalf of the Entity system.

Namespace

Drupal\Core\Entity

Code

protected $entityTypeBundleInfo;