You are here

public function FacetForm::submitAjaxWidgetConfigForm in Facets 8

Handles form submissions for the widget subform.

File

src/Form/FacetForm.php, line 752

Class

FacetForm
Provides a form for configuring the processors of a facet.

Namespace

Drupal\facets\Form

Code

public function submitAjaxWidgetConfigForm($form, FormStateInterface $form_state) {
  $form_state
    ->setRebuild();
}