You are here

public function NotificationPluginBase::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.

Overrides NotificationPluginInterface::getSavedSearchType

File

src/Notification/NotificationPluginBase.php, line 62

Class

NotificationPluginBase
Defines a base class for notification plugins.

Namespace

Drupal\search_api_saved_searches\Notification

Code

public function getSavedSearchType() {
  return $this->savedSearchType;
}