You are here

public function ApigeeActionsEntityTypeHelperInterface::isFieldableEdgeEntityType in Apigee Edge 8

Determines if the given entity type is a fieldable Edge entity type.

Parameters

\Drupal\Core\Entity\EntityTypeInterface $entity_type: The entity type.

Return value

bool TRUE if given entity type is a fieldable Edge entity type. FALSE otherwise.

1 method overrides ApigeeActionsEntityTypeHelperInterface::isFieldableEdgeEntityType()
ApigeeActionsEntityTypeHelper::isFieldableEdgeEntityType in modules/apigee_edge_actions/src/ApigeeActionsEntityTypeHelper.php
Determines if the given entity type is a fieldable Edge entity type.

File

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

Class

ApigeeActionsEntityTypeHelperInterface
Defines the ApigeeActionsEntityTypeHelperInterface interface.

Namespace

Drupal\apigee_edge_actions

Code

public function isFieldableEdgeEntityType(EntityTypeInterface $entity_type) : bool;