You are here

public function SuggestionBlockForm::submitForm 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::submitForm()
  2. 8 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\Form

Code

public function submitForm(array &$form, FormStateInterface $form_state) {
}