You are here

service automatic_updates.post_update_subscriber in Automatic Updates 8

Class

Drupal\automatic_updates\EventSubscriber\PostUpdateSubscriber

Tags

  • event_subscriber
1 string reference to automatic_updates.post_update_subscriber
NotifyTest::testPostUpdateMail in tests/src/Functional/NotifyTest.php
Tests sending post update email notifications.

File

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

View source
  1. class: Drupal\automatic_updates\EventSubscriber\PostUpdateSubscriber
  2. arguments:
  3. - '@config.factory'
  4. - '@plugin.manager.mail'
  5. - '@language_manager'
  6. - '@entity_type.manager'
  7. tags:
  8. - { name: event_subscriber }