You are here

public function ApigeeActionsEntityTypeHelper::__construct in Apigee Edge 8

ApigeeAppEntityTypeManager constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

modules/apigee_edge_actions/src/ApigeeActionsEntityTypeHelper.php, line 45

Class

ApigeeActionsEntityTypeHelper
Defines the apigee_edge_actions.edge_entity_type_manager service.

Namespace

Drupal\apigee_edge_actions

Code

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