service simplenews.subscription_manager in Simplenews 8
Same name and namespace in other branches
- 8.2 simplenews.services.yml \simplenews.subscription_manager
- 3.x simplenews.services.yml \simplenews.subscription_manager
Class
Drupal\simplenews\Subscription\SubscriptionManagerTags
- needs_destruction
13 string references to simplenews.subscription_manager
- ConfirmationController::confirmCombined in src/
Controller/ ConfirmationController.php - Menu callback: confirm a combined confirmation request.
- ConfirmationController::confirmSubscription in src/
Controller/ ConfirmationController.php - Menu callback: confirm the user's (un)subscription request
- ConfirmMultiForm::buildForm in src/
Form/ ConfirmMultiForm.php - Form constructor.
- SimplenewsAdministrationTest::testSubscriptionManagement in src/
Tests/ SimplenewsAdministrationTest.php - Test newsletter subscription management.
- SimplenewsI18nTest::testNewsletterIssueTranslation in src/
Tests/ SimplenewsI18nTest.php
File
View source
- class: Drupal\simplenews\Subscription\SubscriptionManager
- arguments:
- - '@language_manager'
- - '@config.factory'
- - '@simplenews.mailer'
- - '@token'
- - '@logger.channel.simplenews'
- - '@current_user'
- tags:
- - { name: needs_destruction }