You are here

public function SolrConfigForm::submitForm in Search API Solr 8

Same name and namespace in other branches
  1. 8.3 src/Form/SolrConfigForm.php \Drupal\search_api_solr\Form\SolrConfigForm::submitForm()
  2. 8.2 src/Form/SolrConfigForm.php \Drupal\search_api_solr\Form\SolrConfigForm::submitForm()
  3. 4.x src/Form/SolrConfigForm.php \Drupal\search_api_solr\Form\SolrConfigForm::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/SolrConfigForm.php, line 83

Class

SolrConfigForm
A basic form with a passed entity with an interface.

Namespace

Drupal\search_api_solr\Form

Code

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