You are here

namespace Drupal\simplenews\Plugin\simplenews\RecipientHandler in Simplenews 8.2

Same name in other branches
  1. 8 Drupal\simplenews\Plugin\simplenews\RecipientHandler
  2. 3.x Drupal\simplenews\Plugin\simplenews\RecipientHandler
Classsort descending Location Description
RecipientHandlerAll src/Plugin/simplenews/RecipientHandler/RecipientHandlerAll.php This handler sends a newsletter issue to all its subscribers.
RecipientHandlerBase src/Plugin/simplenews/RecipientHandler/RecipientHandlerBase.php Base class for all Recipient Handler classes.
RecipientHandlerEntityBase src/Plugin/simplenews/RecipientHandler/RecipientHandlerEntityBase.php Base for Recipient Handler classes based on EntityQuery.
RecipientHandlerSelectBase src/Plugin/simplenews/RecipientHandler/RecipientHandlerSelectBase.php Base for Recipient Handlers that access the database directly using Select.