You are here

public function SuggestionSearchForm::getFormId in Autocomplete Search Suggestions 8.2

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

The form ID.

Return value

string The form ID.

Overrides FormInterface::getFormId

File

src/Form/SuggestionSearchForm.php, line 161

Class

SuggestionSearchForm
Ngram search form.

Namespace

Drupal\suggestion\Form

Code

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