You are here

public function WorkflowGroupManagerInterface::getDefinitionsByEntityType in State Machine 8

Gets the definitions filtered by entity type.

Parameters

string $entity_type_id: The entity type ID.

Return value

array The definitions.

1 method overrides WorkflowGroupManagerInterface::getDefinitionsByEntityType()
WorkflowGroupManager::getDefinitionsByEntityType in src/WorkflowGroupManager.php
Gets the definitions filtered by entity type.

File

src/WorkflowGroupManagerInterface.php, line 21

Class

WorkflowGroupManagerInterface
Defines the interface for workflow_group plugin managers.

Namespace

Drupal\state_machine

Code

public function getDefinitionsByEntityType($entity_type_id = NULL);