You are here

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

Removes a notification plugin from this saved search type.

Parameters

string $notification_plugin_id: The ID of the notification plugin to remove.

Return value

$this

1 method overrides SavedSearchTypeInterface::removeNotificationPlugin()
SavedSearchType::removeNotificationPlugin in src/Entity/SavedSearchType.php
Removes a notification plugin from this saved search type.

File

src/SavedSearchTypeInterface.php, line 90

Class

SavedSearchTypeInterface
Provides an interface for saved search types.

Namespace

Drupal\search_api_saved_searches

Code

public function removeNotificationPlugin($notification_plugin_id);