acsf.services.yml in Acquia Cloud Site Factory Connector 8.2
Same filename and directory in other branches
File
acsf.services.ymlView source
- services:
- acsf.theme_notification:
- class: Drupal\acsf\AcsfThemeNotify
- arguments: ['@acsf.variable_storage', '@database', '@string_translation']
- acsf.variable_storage:
- class: Drupal\acsf\AcsfVariableStorage
- arguments: ['@database']
- acsf.route_subscriber:
- class: Drupal\acsf\Routing\RouteSubscriber
- tags:
- - { name: event_subscriber }
- acsf.maintenance_mode_subscriber:
- class: Drupal\acsf\EventSubscriber\AcsfMaintenanceModeSubscriber
- arguments: ['@state']
- tags:
- - { name: event_subscriber }