You are here

public function EdgeEntityEventDeriverInterface::getContext in Apigee Edge 8

Returns an array of event context.

Parameters

\Drupal\apigee_edge\Entity\EdgeEntityTypeInterface $entity_type: The Apigee Edge entity type.

Return value

array An array of event context.

1 method overrides EdgeEntityEventDeriverInterface::getContext()
EdgeEntityEventDeriverBase::getContext in modules/apigee_edge_actions/src/Plugin/RulesEvent/EdgeEntityEventDeriverBase.php
Returns an array of event context.

File

modules/apigee_edge_actions/src/Plugin/RulesEvent/EdgeEntityEventDeriverInterface.php, line 51

Class

EdgeEntityEventDeriverInterface
Provides an interface for Apigee Edge entity event deriver.

Namespace

Drupal\apigee_edge_actions\Plugin\RulesEvent

Code

public function getContext(EdgeEntityTypeInterface $entity_type) : array;