You are here

acquia_lift.services.yml in Acquia Lift Connector 8

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

File

acquia_lift.services.yml
View source
  1. services:
  2. acquia_lift.service.api.data_api:
  3. class: Drupal\acquia_lift\Service\Api\DataApi
  4. arguments: ['@config.factory', '@http_client', '@router.request_context']
  5. acquia_lift.service.context.page_context:
  6. class: Drupal\acquia_lift\Service\Context\PageContext
  7. arguments: ['@config.factory', '@entity_type.manager']
  8. acquia_lift.service.context.path_context:
  9. class: Drupal\acquia_lift\Service\Context\PathContext
  10. arguments: ['@config.factory', '@path.current', '@request_stack', '@acquia_lift.service.helper.path_matcher']
  11. acquia_lift.service.helper.path_matcher:
  12. class: Drupal\acquia_lift\Service\Helper\PathMatcher
  13. arguments: ['@path.alias_manager', '@path.matcher']
  14. acquia_lift.service.helper.help_message_helper:
  15. class: Drupal\acquia_lift\Service\Helper\HelpMessageHelper
  16. arguments: ['@config.factory', '@link_generator']
  17. acquia_lift.service.helper.node_type_thumbnail_form_helper:
  18. class: Drupal\acquia_lift\Service\Helper\NodeTypeThumbnailFormHelper
  19. arguments: ['@config.factory', '@entity.manager']