public function EdgeEntityEventDeriverBase::__construct in Apigee Edge 8
AppEventDeriver constructor.
Parameters
\Drupal\apigee_edge_actions\ApigeeActionsEntityTypeHelperInterface $edge_entity_type_manager: The apigee app entity type manager service.
File
- modules/
apigee_edge_actions/ src/ Plugin/ RulesEvent/ EdgeEntityEventDeriverBase.php, line 51
Class
- EdgeEntityEventDeriverBase
- Rules event deriver for Apigee Edge entity types.
Namespace
Drupal\apigee_edge_actions\Plugin\RulesEventCode
public function __construct(ApigeeActionsEntityTypeHelperInterface $edge_entity_type_manager) {
$this->edgeEntityTypeManager = $edge_entity_type_manager;
}