You are here

public function SavedSearchTypeInterface::setNotificationPlugins in Search API Saved Searches 8

Sets this saved search type's notification plugins.

Parameters

\Drupal\search_api_saved_searches\Notification\NotificationPluginInterface[] $notification_plugins: An array of notification plugins.

Return value

$this

1 method overrides SavedSearchTypeInterface::setNotificationPlugins()
SavedSearchType::setNotificationPlugins in src/Entity/SavedSearchType.php
Sets this saved search type's notification plugins.

File

src/SavedSearchTypeInterface.php, line 100

Class

SavedSearchTypeInterface
Provides an interface for saved search types.

Namespace

Drupal\search_api_saved_searches

Code

public function setNotificationPlugins(array $notification_plugins);