You are here

public function MaestroProcessVariablesSettingsForm::getFormId in Maestro 8.2

Same name and namespace in other branches
  1. 3.x 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\Form

Code

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