You are here

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

Retrieves the IDs of all notification plugins enabled for this type.

Return value

string[] The IDs of the notification plugins used by this saved search type.

1 method overrides SavedSearchTypeInterface::getNotificationPluginIds()
SavedSearchType::getNotificationPluginIds in src/Entity/SavedSearchType.php
Retrieves the IDs of all notification plugins enabled for this type.

File

src/SavedSearchTypeInterface.php, line 37

Class

SavedSearchTypeInterface
Provides an interface for saved search types.

Namespace

Drupal\search_api_saved_searches

Code

public function getNotificationPluginIds();