You are here

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

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

The form ID.

Return value

string The form ID.

Overrides FormInterface::getFormId

File

src/Form/SuggestionBlockForm.php, line 59

Class

SuggestionBlockForm
Builds the search form for the search block.

Namespace

Drupal\suggestion\Form

Code

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