You are here

service automatic_updates.excluded_paths_subscriber in Automatic Updates 8.2

Class

Drupal\automatic_updates\Event\ExcludedPathsSubscriber

Tags

  • event_subscriber

File

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

View source
  1. class: Drupal\automatic_updates\Event\ExcludedPathsSubscriber
  2. arguments:
  3. - '%app.root%'
  4. - '%site.path%'
  5. - '@file_system'
  6. - '@stream_wrapper_manager'
  7. tags:
  8. - { name: event_subscriber }