You are here

public function WorkflowTransitionInterface::getTargetEntityTypeId in Workflow 8

Returns the type of the entity to which the workflow is attached.

Return value

string An entity type.

1 method overrides WorkflowTransitionInterface::getTargetEntityTypeId()
WorkflowTransition::getTargetEntityTypeId in src/Entity/WorkflowTransition.php
Returns the type of the entity to which the workflow is attached.

File

src/Entity/WorkflowTransitionInterface.php, line 164

Class

WorkflowTransitionInterface
Defines a common interface for Workflow*Transition* objects.

Namespace

Drupal\workflow\Entity

Code

public function getTargetEntityTypeId();