You are here

public function ScheduledTransitionForm::getBaseFormId in Scheduled Transitions 2.x

Same name and namespace in other branches
  1. 8 src/Form/ScheduledTransitionForm.php \Drupal\scheduled_transitions\Form\ScheduledTransitionForm::getBaseFormId()

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 EntityForm::getBaseFormId

File

src/Form/ScheduledTransitionForm.php, line 63

Class

ScheduledTransitionForm
Show all scheduled transitions for an entity.

Namespace

Drupal\scheduled_transitions\Form

Code

public function getBaseFormId() {
  return NULL;
}