service config_snapshot_subscriber in Drupal 8
Same name and namespace in other branches
- 9 core/core.services.yml \config_snapshot_subscriber
Class
Drupal\Core\EventSubscriber\ConfigSnapshotSubscriberTags
- event_subscriber
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\EventSubscriber\ConfigSnapshotSubscriber
- tags:
- - { name: event_subscriber }
- arguments:
- - '@config.manager'
- - '@config.storage'
- - '@config.storage.snapshot'