You are here

public function WorkflowTransitionInterface::getFieldName in Workflow 8

Get the field_name for which the Transition is valid.

Return value

string The field_name, that is added to the Transition.

1 method overrides WorkflowTransitionInterface::getFieldName()
WorkflowTransition::getFieldName in src/Entity/WorkflowTransition.php
Get the field_name for which the Transition is valid.

File

src/Entity/WorkflowTransitionInterface.php, line 172

Class

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

Namespace

Drupal\workflow\Entity

Code

public function getFieldName();