You are here

public function EdgeEntityEventDeriverInterface::getEntityTypes in Apigee Edge 8

Returns an array of entity types that are compatible to this event.

Return value

array An array of Edge entity types.

1 method overrides EdgeEntityEventDeriverInterface::getEntityTypes()
EdgeEntityEventDeriverBase::getEntityTypes in modules/apigee_edge_actions/src/Plugin/RulesEvent/EdgeEntityEventDeriverBase.php
Returns an array of entity types that are compatible to this event.

File

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

Class

EdgeEntityEventDeriverInterface
Provides an interface for Apigee Edge entity event deriver.

Namespace

Drupal\apigee_edge_actions\Plugin\RulesEvent

Code

public function getEntityTypes() : array;