You are here

eloqua.services.yml in Eloqua 8

File

eloqua.services.yml
View source
  1. services:
  2. eloqua_event_subscriber:
  3. class: Drupal\eloqua\EventSubscriber\EloquaEventSubscriber
  4. arguments: ['@current_user', '@entity.manager', '@config.factory', '@plugin.manager.condition']
  5. tags:
  6. - {name: event_subscriber}