You are here

protected property SavedSearchType::$notificationPluginInstances in Search API Saved Searches 8

The instantiated notification plugins.

In the ::preSave method we're saving the contents of these back into the $notification_settings array. When adding, removing or changing configuration we should therefore always manipulate this property instead of the stored one.

Type: \Drupal\search_api_saved_searches\Notification\NotificationPluginInterface[]|null

See also

getNotificationPlugins()

File

src/Entity/SavedSearchType.php, line 122

Class

SavedSearchType
Provides an entity type for configuring how searches can be saved.

Namespace

Drupal\search_api_saved_searches\Entity

Code

protected $notificationPluginInstances;