protected static function WorkflowTransitionElement::getFormId in Workflow 8
Returns a unique string identifying the form.
Return value
string The form ID.
File
- src/
Element/ WorkflowTransitionElement.php, line 390
Class
- WorkflowTransitionElement
- Provides a form element for the WorkflowTransitionForm and ~Widget.
Namespace
Drupal\workflow\ElementCode
protected static function getFormId() {
return 'workflow_transition_form';
// @todo D8-port: add $form_id for widget and History tab.
}