acquia_lift-8.x-4.3/acquia_lift.services.yml
acquia_lift.services.yml
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
