You are here

pardot.services.yml in Pardot Integration 2.x

Same filename and directory in other branches
  1. 8 pardot.services.yml

File

pardot.services.yml
View source
  1. services:
  2. pardot_event_subscriber:
  3. class: Drupal\pardot\EventSubscriber\PardotEventSubscriber
  4. arguments: ['@config.factory', '@current_user', '@entity_type.manager', '@plugin.manager.condition']
  5. tags:
  6. - {name: event_subscriber}
  7. plugin.manager.pardot_form_map_formatter_plugin:
  8. class: Drupal\pardot\Plugin\PardotFormMapFormatterPluginManager
  9. parent: default_plugin_manager
  10. pardot.api_client:
  11. class: Drupal\pardot\Service\PardotClient
  12. arguments:
  13. - '@config.factory'
  14. - '@logger.factory'
  15. - '@http_client'
  16. - '@state'
  17. - '@string_translation'
  18. - '@datetime.time'
  19. - '@plugin.manager.salesforce.auth_providers'
  20. pardot.route_subscriber:
  21. class: Drupal\pardot\Routing\RouteSubscriber
  22. arguments: ['@entity_type.manager']
  23. tags:
  24. - { name: event_subscriber }
  25. plugin.manager.form_map_handler_plugin:
  26. class: Drupal\pardot\Plugin\FormMapHandlerPluginManager
  27. parent: default_plugin_manager