You are here

service pardot_event_subscriber in Pardot Integration 8

Same name and namespace in other branches
  1. 2.x pardot.services.yml \pardot_event_subscriber

Class

Drupal\pardot\EventSubscriber\PardotEventSubscriber

Tags

  • event_subscriber

File

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

View source
  1. class: Drupal\pardot\EventSubscriber\PardotEventSubscriber
  2. arguments:
  3. - '@config.factory'
  4. - '@current_user'
  5. - '@entity.manager'
  6. - '@plugin.manager.condition'
  7. tags:
  8. - { name: event_subscriber }