public function MaestroProcessSettingsForm::getFormId in Maestro 3.x
Same name and namespace in other branches
- 8.2 src/Form/MaestroProcessSettingsForm.php \Drupal\maestro\Form\MaestroProcessSettingsForm::getFormId()
Returns a unique string identifying the form.
Return value
string The unique string identifying the form.
Overrides FormInterface::getFormId
File
- src/
Form/ MaestroProcessSettingsForm.php, line 23
Class
- MaestroProcessSettingsForm
- Class MaestroProcessSettingsForm.
Namespace
Drupal\maestro\FormCode
public function getFormId() {
return 'maestro_process_entity_settings';
}