You are here

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

Retrieves all field definitions defined by notification plugins.

Return value

\Drupal\Core\Field\FieldDefinitionInterface[] All field definitions defined by notification plugins for this type, keyed by field name.

1 method overrides SavedSearchTypeInterface::getNotificationPluginFieldDefinitions()
SavedSearchType::getNotificationPluginFieldDefinitions in src/Entity/SavedSearchType.php
Retrieves all field definitions defined by notification plugins.

File

src/SavedSearchTypeInterface.php, line 109

Class

SavedSearchTypeInterface
Provides an interface for saved search types.

Namespace

Drupal\search_api_saved_searches

Code

public function getNotificationPluginFieldDefinitions();