You are here

acquia_lift.services.yml in Acquia Lift Connector 8.4

Same filename and directory in other branches
  1. 8 acquia_lift.services.yml
  2. 8.3 acquia_lift.services.yml

File

acquia_lift.services.yml
View source
  1. services:
  2. acquia_lift.service.context.page_context:
  3. class: Drupal\acquia_lift\Service\Context\PageContext
  4. arguments: ['@config.factory', '@entity_type.manager', '@request_stack', '@current_route_match', '@title_resolver', '@language_manager']
  5. acquia_lift.service.context.path_context:
  6. class: Drupal\acquia_lift\Service\Context\PathContext
  7. arguments: ['@config.factory', '@path.current', '@request_stack', '@acquia_lift.service.helper.path_matcher']
  8. acquia_lift.service.helper.path_matcher:
  9. class: Drupal\acquia_lift\Service\Helper\PathMatcher
  10. arguments: ['@path_alias.manager', '@path.matcher']
  11. acquia_lift.service.helper.help_message_helper:
  12. class: Drupal\acquia_lift\Service\Helper\HelpMessageHelper