You are here

boost.services.yml in Boost 8

File

boost.services.yml
View source
  1. services:
  2. boost.subscriber:
  3. class: Drupal\boost\EventSubscriber\BoostResponseSubscriber
  4. arguments: ['@html_response.attachments_processor', '@current_user']
  5. tags:
  6. - {name: event_subscriber}
  7. boost.route:
  8. class: Drupal\boost\BoostCacheRoute
  9. arguments: ['@path.current', '@path.alias_manager']