You are here

service simplenews.spool_storage in Simplenews 8

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

Class

Drupal\simplenews\Spool\SpoolStorage
1 string reference to simplenews.spool_storage
NodeTabForm::create in src/Form/NodeTabForm.php
Instantiates a new instance of this class.

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'