You are here

public function SuggestionIndexForm::getFormId in Autocomplete Search Suggestions 3.0.x

Same name and namespace in other branches
  1. 8.2 src/Form/SuggestionIndexForm.php \Drupal\suggestion\Form\SuggestionIndexForm::getFormId()
  2. 8 src/Form/SuggestionIndexForm.php \Drupal\suggestion\Form\SuggestionIndexForm::getFormId()

The form ID.

Return value

string The form ID.

Overrides FormInterface::getFormId

File

src/Form/SuggestionIndexForm.php, line 66

Class

SuggestionIndexForm
Suggestion indexing form.

Namespace

Drupal\suggestion\Form

Code

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