acquia_lift.services.yml in Acquia Lift Connector 8
Same filename and directory in other branches
File
acquia_lift.services.ymlView source
- services:
- acquia_lift.service.api.data_api:
- class: Drupal\acquia_lift\Service\Api\DataApi
- arguments: ['@config.factory', '@http_client', '@router.request_context']
- acquia_lift.service.context.page_context:
- class: Drupal\acquia_lift\Service\Context\PageContext
- arguments: ['@config.factory', '@entity_type.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
- arguments: ['@config.factory', '@link_generator']
- acquia_lift.service.helper.node_type_thumbnail_form_helper:
- class: Drupal\acquia_lift\Service\Helper\NodeTypeThumbnailFormHelper
- arguments: ['@config.factory', '@entity.manager']