You are here

protected property EntityBundle::$entityTypeManager in Drupal 9

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

core/lib/Drupal/Core/Entity/Plugin/Condition/Deriver/EntityBundle.php, line 21

Class

EntityBundle
Deriver that creates a condition for each entity type with bundles.

Namespace

Drupal\Core\Entity\Plugin\Condition\Deriver

Code

protected $entityTypeManager;