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