You are here

pardot.services.yml in Pardot Integration 8

Same filename and directory in other branches
  1. 2.x 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.manager', '@plugin.manager.condition']
  5. tags:
  6. - {name: event_subscriber}