You are here

service automatic_updates.psa_notify in Automatic Updates 8

Class

Drupal\automatic_updates\Services\Notify
2 string references to automatic_updates.psa_notify
automatic_updates_cron in ./automatic_updates.module
Implements hook_cron().
NotifyTest::testPsaMail in tests/src/Functional/NotifyTest.php
Tests sending PSA email notifications.

File

./automatic_updates.services.yml
automatic_updates.services.yml

View source
  1. class: Drupal\automatic_updates\Services\Notify
  2. arguments:
  3. - '@plugin.manager.mail'
  4. - '@automatic_updates.psa'
  5. - '@config.factory'
  6. - '@language_manager'
  7. - '@state'
  8. - '@datetime.time'
  9. - '@entity_type.manager'
  10. - '@string_translation'