You are here

public function StateTransitionForm::getBaseFormId in State Machine 8

Returns a string identifying the base form.

Return value

string|null The string identifying the base form or NULL if this is not a base form.

Overrides BaseFormIdInterface::getBaseFormId

1 call to StateTransitionForm::getBaseFormId()
StateTransitionForm::getFormId in src/Form/StateTransitionForm.php
Returns a unique string identifying the form.

File

src/Form/StateTransitionForm.php, line 59

Class

StateTransitionForm

Namespace

Drupal\state_machine\Form

Code

public function getBaseFormId() {
  return 'state_machine_transition_form';
}