public function SuggestionBlockForm::getFormId in Autocomplete Search Suggestions 8
Same name and namespace in other branches
- 8.2 src/Form/SuggestionBlockForm.php \Drupal\suggestion\Form\SuggestionBlockForm::getFormId()
- 3.0.x 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\FormCode
public function getFormId() {
return 'suggestion_block_form';
}