You are here

service pardot_event_subscriber in Pardot Integration 2.x

Same name and namespace in other branches
  1. 8 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_type.manager'
  6. - '@plugin.manager.condition'
  7. tags:
  8. - { name: event_subscriber }