You are here

public function GoogleCSESearchBoxForm::submitForm in Google Custom Search Engine 8.3

Same name and namespace in other branches
  1. 8.2 src/Form/GoogleCSESearchBoxForm.php \Drupal\google_cse\Form\GoogleCSESearchBoxForm::submitForm()

Form submission handler.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Overrides FormInterface::submitForm

File

src/Form/GoogleCSESearchBoxForm.php, line 108

Class

GoogleCSESearchBoxForm
Class GoogleCSESearchBoxForm.

Namespace

Drupal\google_cse\Form

Code

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

  // We leave it blank intentionally.
}