public function SavedSearchTypeInterface::getNotificationPlugins in Search API Saved Searches 8
Retrieves this saved search type's notification plugins.
Return value
\Drupal\search_api_saved_searches\Notification\NotificationPluginInterface[] The notification plugins used by this saved search type, keyed by plugin ID.
1 method overrides SavedSearchTypeInterface::getNotificationPlugins()
- SavedSearchType::getNotificationPlugins in src/
Entity/ SavedSearchType.php - Retrieves this saved search type's notification plugins.
File
- src/
SavedSearchTypeInterface.php, line 29
Class
- SavedSearchTypeInterface
- Provides an interface for saved search types.
Namespace
Drupal\search_api_saved_searchesCode
public function getNotificationPlugins();