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