You are here

public function SavedSearchTypeForm::buildAjaxNotificationPluginConfigForm in Search API Saved Searches 8

Handles changes to the selected notification plugins.

Parameters

array $form: The current form array.

\Drupal\Core\Form\FormStateInterface $form_state: The current form state.

Return value

array The part of the form to return as AJAX.

File

src/Form/SavedSearchTypeForm.php, line 428

Class

SavedSearchTypeForm
Provides a form for adding and editing saved search types.

Namespace

Drupal\search_api_saved_searches\Form

Code

public function buildAjaxNotificationPluginConfigForm(array $form, FormStateInterface $form_state) {
  return $form['notification_configs'];
}