You are here

public function NotificationPluginInterface::getSavedSearchType in Search API Saved Searches 8

Retrieves the saved search type.

Return value

\Drupal\search_api_saved_searches\SavedSearchTypeInterface The saved search type to which this plugin is attached.

1 method overrides NotificationPluginInterface::getSavedSearchType()
NotificationPluginBase::getSavedSearchType in src/Notification/NotificationPluginBase.php
Retrieves the saved search type.

File

src/Notification/NotificationPluginInterface.php, line 29

Class

NotificationPluginInterface
Provides an interface for notification plugins.

Namespace

Drupal\search_api_saved_searches\Notification

Code

public function getSavedSearchType();