function SystemStateEdit::getFormId

Same name and namespace in other branches
  1. 5.x src/Form/SystemStateEdit.php \Drupal\devel\Form\SystemStateEdit::getFormId()

Overrides FormInterface::getFormId

File

src/Form/SystemStateEdit.php, line 47

Class

SystemStateEdit
Form API form to edit a state.

Namespace

Drupal\devel\Form

Code

public function getFormId() {
    return 'devel_state_system_edit_form';
}