You are here

public function StateTransitionForm::getFieldName in State Machine 8

Gets the state field name.

Return value

string The state field name.

Overrides StateTransitionFormInterface::getFieldName

File

src/Form/StateTransitionForm.php, line 44

Class

StateTransitionForm

Namespace

Drupal\state_machine\Form

Code

public function getFieldName() {
  return $this->fieldName;
}