You are here

public function SearchServiceInterface::configurationFormSubmit in Fast Autocomplete 7

Submit callback for the form returned by configurationForm().

This method should set the options of this service according to $values.

Parameters

array $form: The form returned by configurationForm().

array $values: The part of the $form_state['values'] array corresponding to this form.

array $form_state: The complete form state.

1 method overrides SearchServiceInterface::configurationFormSubmit()
AbstractSearchService::configurationFormSubmit in src/SearchService/AbstractSearchService.php
Implements FacServiceInterface::configurationFormSubmit().

File

src/SearchService/SearchServiceInterface.php, line 58

Class

SearchServiceInterface
Interface defining the methods backend search services have to implement.

Namespace

Drupal\fac\SearchService

Code

public function configurationFormSubmit(array $form, array &$values, array &$form_state);