public function SearchApiDummyService::configurationFormSubmit in Search API 7
Submit callback for the form returned by configurationForm().
This method should set the options of this service' server 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.
Overrides SearchApiServiceInterface::configurationFormSubmit
File
- tests/
search_api_test_2.module, line 61 - Provides a second test service and server for testing Search API.
Class
- SearchApiDummyService
- Dummy service for testing.
Code
public function configurationFormSubmit(array $form, array &$values, array &$form_state) {
}