You are here

public static function WorkflowManagerInterface::isWorkflowEntityType in Workflow 8

Determine if the entity is Workflow* entity type.

@usage Use it when a function should not operate on Workflow objects.

Parameters

string $entity_type_id:

Return value

bool

1 method overrides WorkflowManagerInterface::isWorkflowEntityType()
WorkflowManager::isWorkflowEntityType in src/Entity/WorkflowManager.php
Determine if the entity is Workflow* entity type.

File

src/Entity/WorkflowManagerInterface.php, line 172

Class

WorkflowManagerInterface
Provides an interface for workflow manager.

Namespace

Drupal\workflow\Entity

Code

public static function isWorkflowEntityType($entity_type_id);