You are here

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

Same name and namespace in other branches
  1. 8.2 src/Form/SuggestionSearchForm.php \Drupal\suggestion\Form\SuggestionSearchForm::getFormId()
  2. 8 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 149

Class

SuggestionSearchForm
Ngram search form.

Namespace

Drupal\suggestion\Form

Code

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