You are here

public function ApigeeActionsEntityTypeHelperInterface::getEntityTypes in Apigee Edge 8

Returns an array of Apigee Edge entity types.

Return value

\Drupal\Core\Entity\EntityTypeInterface[] An array of Apigee Edge entity types.

1 method overrides ApigeeActionsEntityTypeHelperInterface::getEntityTypes()
ApigeeActionsEntityTypeHelper::getEntityTypes in modules/apigee_edge_actions/src/ApigeeActionsEntityTypeHelper.php
Returns an array of Apigee Edge entity types.

File

modules/apigee_edge_actions/src/ApigeeActionsEntityTypeHelperInterface.php, line 36

Class

ApigeeActionsEntityTypeHelperInterface
Defines the ApigeeActionsEntityTypeHelperInterface interface.

Namespace

Drupal\apigee_edge_actions

Code

public function getEntityTypes() : array;