function WorkflowTransitionEditForm::getFormId
Same name in other branches
- 9 core/modules/workflows/src/Form/WorkflowTransitionEditForm.php \Drupal\workflows\Form\WorkflowTransitionEditForm::getFormId()
- 8.9.x core/modules/workflows/src/Form/WorkflowTransitionEditForm.php \Drupal\workflows\Form\WorkflowTransitionEditForm::getFormId()
- 11.x core/modules/workflows/src/Form/WorkflowTransitionEditForm.php \Drupal\workflows\Form\WorkflowTransitionEditForm::getFormId()
Overrides EntityForm::getFormId
File
-
core/
modules/ workflows/ src/ Form/ WorkflowTransitionEditForm.php, line 58
Class
- WorkflowTransitionEditForm
- Entity form variant for editing workflow transitions.
Namespace
Drupal\workflows\FormCode
public function getFormId() {
return 'workflow_transition_edit_form';
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.