You are here

public function FormAssemblyEntitySettingsForm::getFormId in FormAssembly 8

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/FormAssemblyEntitySettingsForm.php, line 75

Class

FormAssemblyEntitySettingsForm
FormAssembly entity settings form.

Namespace

Drupal\formassembly\Form

Code

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