You are here

service simplenews.spool_storage in Simplenews 8.2

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

Class

Drupal\simplenews\Spool\SpoolStorage
4 string references to simplenews.spool_storage
IssueWidget::create in src/Plugin/Field/FieldWidget/IssueWidget.php
Creates an instance of the plugin.
NodeTabForm::create in src/Form/NodeTabForm.php
Instantiates a new instance of this class.
SimplenewsAdministrationTest::testSubscriptionManagement in tests/src/Functional/SimplenewsAdministrationTest.php
Test newsletter subscription management.
simplenews_demo_install in modules/simplenews_demo/simplenews_demo.install
Implements hook_install().

File

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

View source
  1. class: Drupal\simplenews\Spool\SpoolStorage
  2. arguments:
  3. - '@database'
  4. - '@lock'
  5. - '@config.factory'
  6. - '@module_handler'
  7. - '@plugin.manager.simplenews_recipient_handler'