You are here

ga.services.yml in Googalytics - Google Analytics 8

File

ga.services.yml
View source
  1. services:
  2. ga.command_registry:
  3. class: Drupal\ga\CommandRegistryService
  4. ga.default_command_subscriber:
  5. class: Drupal\ga\EventSubscriber\DefaultCommandSubscriber
  6. arguments: ['@config.factory', '@ga.command_registry', '@current_user', '@entity_type.manager']
  7. tags:
  8. - { name: event_subscriber }
  9. ga.csp_subscriber:
  10. class: Drupal\ga\EventSubscriber\CspSubscriber
  11. tags:
  12. - { name: event_subscriber }