public function SolrConfigForm::submitForm in Search API Solr 8.3
Same name and namespace in other branches
- 8 src/Form/SolrConfigForm.php \Drupal\search_api_solr\Form\SolrConfigForm::submitForm()
- 8.2 src/Form/SolrConfigForm.php \Drupal\search_api_solr\Form\SolrConfigForm::submitForm()
- 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 112
Class
- SolrConfigForm
- A basic form with a passed entity with an interface.
Namespace
Drupal\search_api_solr\FormCode
public function submitForm(array &$form, FormStateInterface $form_state) {
}