You are here

acsf.services.yml in Acquia Cloud Site Factory Connector 8

Same filename and directory in other branches
  1. 8.2 acsf.services.yml

File

acsf.services.yml
View source
  1. services:
  2. acsf.theme_notification:
  3. class: Drupal\acsf\AcsfThemeNotify
  4. arguments: ['@acsf.variable_storage', '@database', '@string_translation']
  5. acsf.variable_storage:
  6. class: Drupal\acsf\AcsfVariableStorage
  7. arguments: ['@database']
  8. acsf.route_subscriber:
  9. class: Drupal\acsf\Routing\RouteSubscriber
  10. tags:
  11. - { name: event_subscriber }
  12. acsf.maintenance_mode_subscriber:
  13. class: Drupal\acsf\EventSubscriber\AcsfMaintenanceModeSubscriber
  14. arguments: ['@state']
  15. tags:
  16. - { name: event_subscriber }