You are here

public function WorkflowGroupInterface::getEntityTypeId in State Machine 8

Gets the entity type ID.

For example, "node" if all workflows in the group are used on content.

Return value

string The entity type ID.

1 method overrides WorkflowGroupInterface::getEntityTypeId()
WorkflowGroup::getEntityTypeId in src/Plugin/WorkflowGroup/WorkflowGroup.php
Gets the entity type ID.

File

src/Plugin/WorkflowGroup/WorkflowGroupInterface.php, line 34

Class

WorkflowGroupInterface
Defines the interface for workflow groups.

Namespace

Drupal\state_machine\Plugin\WorkflowGroup

Code

public function getEntityTypeId();