You are here

public function EntityFieldConditionDeriver::__construct in Entity Field Condition 2.0.x

The entity field condition deriver.

File

src/Plugin/Deriver/EntityFieldConditionDeriver.php, line 33

Class

EntityFieldConditionDeriver
Define the entity field condition deriver.

Namespace

Drupal\entity_field_condition\Plugin\Deriver

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}