public function SubscriptionManagerInterface::sendConfirmations in Simplenews 3.x
Same name and namespace in other branches
- 8.2 src/Subscription/SubscriptionManagerInterface.php \Drupal\simplenews\Subscription\SubscriptionManagerInterface::sendConfirmations()
- 8 src/Subscription/SubscriptionManagerInterface.php \Drupal\simplenews\Subscription\SubscriptionManagerInterface::sendConfirmations()
Send confirmations for previous subscription and unsubscription requests.
Return value
int The number of confirmations that were sent.
1 method overrides SubscriptionManagerInterface::sendConfirmations()
- SubscriptionManager::sendConfirmations in src/
Subscription/ SubscriptionManager.php - Send confirmations for previous subscription and unsubscription requests.
File
- src/
Subscription/ SubscriptionManagerInterface.php, line 90
Class
- SubscriptionManagerInterface
- Subscription management; subscribe, unsubscribe and get subscription status.
Namespace
Drupal\simplenews\SubscriptionCode
public function sendConfirmations();