You are here

protected property ConditionDeriver::$entityTypeManager in Scheduler 2.x

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

scheduler_rules_integration/src/Plugin/Condition/ConditionDeriver.php, line 26

Class

ConditionDeriver
Derives conditions for each supported entity type (except nodes).

Namespace

Drupal\scheduler_rules_integration\Plugin\Condition

Code

protected $entityTypeManager;