service automatic_updates.post_update_subscriber in Automatic Updates 8
Class
Drupal\automatic_updates\EventSubscriber\PostUpdateSubscriberTags
- 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
View source
- class: Drupal\automatic_updates\EventSubscriber\PostUpdateSubscriber
- arguments:
- - '@config.factory'
- - '@plugin.manager.mail'
- - '@language_manager'
- - '@entity_type.manager'
- tags:
- - { name: event_subscriber }