You are here

public function StateTransitionFormInterface::getFieldName in State Machine 8

Gets the state field name.

Return value

string The state field name.

1 method overrides StateTransitionFormInterface::getFieldName()
StateTransitionForm::getFieldName in src/Form/StateTransitionForm.php
Gets the state field name.

File

src/Form/StateTransitionFormInterface.php, line 42

Class

StateTransitionFormInterface
Defines the interface for state transition forms.

Namespace

Drupal\state_machine\Form

Code

public function getFieldName();