BundleFieldDefinition |
class |
Drupal\search_api_saved_searches |
src/BundleFieldDefinition.php |
Provides a class for defining entity bundle fields. |
|
2 |
|
CacheabilityTest |
class |
Drupal\Tests\search_api_saved_searches\Functional |
tests/src/Functional/CacheabilityTest.php |
Tests that this module provides correct cache metadata. |
|
|
|
CurrentAuthenticatedUser |
class |
Drupal\search_api_saved_searches\Plugin\views\argument_validator |
src/Plugin/views/argument_validator/CurrentAuthenticatedUser.php |
Validates whether the argument matches the current authenticated user. |
|
|
|
Email |
class |
Drupal\search_api_saved_searches\Plugin\search_api_saved_searches\notification |
src/Plugin/search_api_saved_searches/notification/Email.php |
Provides e-mails as a notification mechanism. |
|
2 |
|
EmailActivationTest |
class |
Drupal\Tests\search_api_saved_searches\Kernel |
tests/src/Kernel/EmailActivationTest.php |
Tests whether activation mails are sent correctly. |
|
|
|
EmailNotificationsTest |
class |
Drupal\Tests\search_api_saved_searches\Kernel |
tests/src/Kernel/EmailNotificationsTest.php |
Tests the functionality of the "E-mail" notifications plugin. |
|
|
|
EmailQueue |
class |
Drupal\search_api_saved_searches\Service |
src/Service/EmailQueue.php |
Provides functionality for sending e-mails at the end of the page request. |
|
|
2 |
FacetsIntegrationTest |
class |
Drupal\Tests\search_api_saved_searches\Functional |
tests/src/Functional/FacetsIntegrationTest.php |
Tests whether saving searches works correctly with facets. |
|
|
|
IntegrationTest |
class |
Drupal\Tests\search_api_saved_searches\Functional |
tests/src/Functional/IntegrationTest.php |
Tests overall functionality of the module. |
|
|
|
NewResultsCheck |
class |
Drupal\search_api_saved_searches\Service |
src/Service/NewResultsCheck.php |
Provides a service for checking saved searches for new results. |
|
1 |
2 |
NewResultsCheckTest |
class |
Drupal\Tests\search_api_saved_searches\Kernel |
tests/src/Kernel/NewResultsCheckTest.php |
Tests the functionality of "new results" checks. |
|
|
|
NotificationPluginBase |
abstract class |
Drupal\search_api_saved_searches\Notification |
src/Notification/NotificationPluginBase.php |
Defines a base class for notification plugins. |
1 |
1 |
|
NotificationPluginInterface |
interface |
Drupal\search_api_saved_searches\Notification |
src/Notification/NotificationPluginInterface.php |
Provides an interface for notification plugins. |
1 |
2 |
|
NotificationPluginManager |
class |
Drupal\search_api_saved_searches\Notification |
src/Notification/NotificationPluginManager.php |
Manages notification plugins. |
|
|
2 |
NotificationPluginManagerInterface |
interface |
Drupal\search_api_saved_searches\Notification |
src/Notification/NotificationPluginManagerInterface.php |
Provides an interface for the notification plugin manager. |
1 |
1 |
|
Permissions |
class |
Drupal\search_api_saved_searches |
src/Permissions.php |
Provides permissions of the search_api_autocomplete module. |
|
|
|
SavedSearch |
class |
Drupal\search_api_saved_searches\Entity |
src/Entity/SavedSearch.php |
Provides an entity type for saved searches. |
|
7 |
|
SavedSearchAccessControlHandler |
class |
Drupal\search_api_saved_searches\Entity |
src/Entity/SavedSearchAccessControlHandler.php |
Provides access checking for saved searches. |
|
6 |
|
SavedSearchController |
class |
Drupal\search_api_saved_searches\Controller |
src/Controller/SavedSearchController.php |
Provides routes related to saved searches. |
|
1 |
|
SavedSearchCreateForm |
class |
Drupal\search_api_saved_searches\Form |
src/Form/SavedSearchCreateForm.php |
Provides a form for saving a search. |
|
|
|
SavedSearchCrudTest |
class |
Drupal\Tests\search_api_saved_searches\Kernel |
tests/src/Kernel/SavedSearchCrudTest.php |
Tests CRUD functionality for saved searches. |
|
|
|
SavedSearchDeleteConfirmForm |
class |
Drupal\search_api_saved_searches\Form |
src/Form/SavedSearchDeleteConfirmForm.php |
Provides a form for deleting a saved search. |
|
|
|
SavedSearchesException |
class |
Drupal\search_api_saved_searches |
src/SavedSearchesException.php |
Represents an exception that occurred in the context of saved searches. |
|
5 |
|
SavedSearchForm |
class |
Drupal\search_api_saved_searches\Form |
src/Form/SavedSearchForm.php |
Provides a standard form for editing saved searches. |
|
|
|
SavedSearchInterface |
interface |
Drupal\search_api_saved_searches |
src/SavedSearchInterface.php |
Provides an interface for saved search entities. |
1 |
7 |
|
SavedSearchListBuilder |
class |
Drupal\search_api_saved_searches |
src/SavedSearchListBuilder.php |
@todo Use or remove. |
|
|
|
SavedSearchType |
class |
Drupal\search_api_saved_searches\Entity |
src/Entity/SavedSearchType.php |
Provides an entity type for configuring how searches can be saved. |
|
5 |
|
SavedSearchTypeCrudTest |
class |
Drupal\Tests\search_api_saved_searches\Kernel |
tests/src/Kernel/SavedSearchTypeCrudTest.php |
Tests CRUD functionality for saved search types. |
|
|
|
SavedSearchTypeDeleteConfirmForm |
class |
Drupal\search_api_saved_searches\Form |
src/Form/SavedSearchTypeDeleteConfirmForm.php |
Provides a form for deleting saved search types. |
|
|
|
SavedSearchTypeForm |
class |
Drupal\search_api_saved_searches\Form |
src/Form/SavedSearchTypeForm.php |
Provides a form for adding and editing saved search types. |
|
|
|
SavedSearchTypeInterface |
interface |
Drupal\search_api_saved_searches |
src/SavedSearchTypeInterface.php |
Provides an interface for saved search types. |
1 |
5 |
|
SavedSearchTypeListBuilder |
class |
Drupal\search_api_saved_searches |
src/SavedSearchTypeListBuilder.php |
Builds a listing of saved search type entities. |
|
|
|
SavedSearchTypeStorage |
class |
Drupal\search_api_saved_searches\Entity |
src/Entity/SavedSearchTypeStorage.php |
Provides a storage handler for saved search types. |
|
|
|
SavedSearchViewsData |
class |
Drupal\search_api_saved_searches |
src/SavedSearchViewsData.php |
Provides Views data for saved searches. |
|
|
|
SaveSearch |
class |
Drupal\search_api_saved_searches\Plugin\Block |
src/Plugin/Block/SaveSearch.php |
Displays the "Save search" form in a block. |
|
|
|
SearchApiSavedSearchesNotification |
class |
Drupal\search_api_saved_searches\Annotation |
src/Annotation/SearchApiSavedSearchesNotification.php |
Defines a notification plugin annotation object. |
|
|
|
TestLogger |
class |
Drupal\Tests\search_api_saved_searches\Kernel |
tests/src/Kernel/TestLogger.php |
Provides a logger that throws exceptions when logging errors. |
|
1 |
|
UserCrudReactionTest |
class |
Drupal\Tests\search_api_saved_searches\Kernel |
tests/src/Kernel/UserCrudReactionTest.php |
Verifies that the module reacts correctly to user CRUD operations. |
|
|
|