public function SuggestionBlockForm::submitForm in Autocomplete Search Suggestions 8
Same name and namespace in other branches
- 8.2 src/Form/SuggestionBlockForm.php \Drupal\suggestion\Form\SuggestionBlockForm::submitForm()
- 3.0.x src/Form/SuggestionBlockForm.php \Drupal\suggestion\Form\SuggestionBlockForm::submitForm()
Dumy submit function.
Overrides FormInterface::submitForm
File
- src/
Form/ SuggestionBlockForm.php, line 66
Class
- SuggestionBlockForm
- Builds the search form for the search block.
Namespace
Drupal\suggestion\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}