You are here

public function MaestroProcessSettingsForm::getFormId in Maestro 8.2

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

Code

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