public function FacetForm::buildAjaxWidgetConfigForm in Facets 8
Handles changes to the selected widgets.
File
- src/
Form/ FacetForm.php, line 759
Class
- FacetForm
- Provides a form for configuring the processors of a facet.
Namespace
Drupal\facets\FormCode
public function buildAjaxWidgetConfigForm(array $form, FormStateInterface $form_state) {
return $form['widget_config'];
}