public function SubscriptionManagerInterface::sendConfirmations in Simplenews 8.2
Same name and namespace in other branches
- 8 src/Subscription/SubscriptionManagerInterface.php \Drupal\simplenews\Subscription\SubscriptionManagerInterface::sendConfirmations()
- 3.x 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 110
Class
- SubscriptionManagerInterface
- Subscription management; subscribe, unsubscribe and get subscription status.
Namespace
Drupal\simplenews\SubscriptionCode
public function sendConfirmations();