acquia_lift.services.yml in Acquia Lift Connector 8.3
Same filename and directory in other branches
File
acquia_lift.services.ymlView source
- services:
- acquia_lift.service.context.page_context:
- class: Drupal\acquia_lift\Service\Context\PageContext
- arguments: ['@config.factory', '@entity_type.manager', '@request_stack', '@current_route_match', '@title_resolver', '@language_manager']
- acquia_lift.service.context.path_context:
- class: Drupal\acquia_lift\Service\Context\PathContext
- arguments: ['@config.factory', '@path.current', '@request_stack', '@acquia_lift.service.helper.path_matcher']
- acquia_lift.service.helper.path_matcher:
- class: Drupal\acquia_lift\Service\Helper\PathMatcher
- arguments: ['@path.alias_manager', '@path.matcher']
- acquia_lift.service.helper.help_message_helper:
- class: Drupal\acquia_lift\Service\Helper\HelpMessageHelper