You are here

service pardot.api_client in Pardot Integration 2.x

Class

Drupal\pardot\Service\PardotClient
1 string reference to pardot.api_client
_pardot_form_submit in ./pardot.module
Pardot contact form submit.

File

./pardot.services.yml
pardot.services.yml

View source
  1. class: Drupal\pardot\Service\PardotClient
  2. arguments:
  3. - '@config.factory'
  4. - '@logger.factory'
  5. - '@http_client'
  6. - '@state'
  7. - '@string_translation'
  8. - '@datetime.time'
  9. - '@plugin.manager.salesforce.auth_providers'