You are here

public function OrganigramsImportItemsForm::getFormId in Organigrams 8.2

Returns a unique string identifying the form.

Return value

string The unique string identifying the form.

Overrides FormInterface::getFormId

File

src/Form/OrganigramsImportItemsForm.php, line 60

Class

OrganigramsImportItemsForm
Provides the settings form for this module.

Namespace

Drupal\organigrams\Form

Code

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