You are here

service simplenews.subscription_manager in Simplenews 8

Same name and namespace in other branches
  1. 8.2 simplenews.services.yml \simplenews.subscription_manager
  2. 3.x simplenews.services.yml \simplenews.subscription_manager

Class

Drupal\simplenews\Subscription\SubscriptionManager

Tags

  • 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

... See full list

File

./simplenews.services.yml
simplenews.services.yml

View source
  1. class: Drupal\simplenews\Subscription\SubscriptionManager
  2. arguments:
  3. - '@language_manager'
  4. - '@config.factory'
  5. - '@simplenews.mailer'
  6. - '@token'
  7. - '@logger.channel.simplenews'
  8. - '@current_user'
  9. tags:
  10. - { name: needs_destruction }