You are here

service ga.default_command_subscriber in Googalytics - Google Analytics 8

Class

Drupal\ga\EventSubscriber\DefaultCommandSubscriber

Tags

  • event_subscriber

File

./ga.services.yml
ga.services.yml

View source
  1. class: Drupal\ga\EventSubscriber\DefaultCommandSubscriber
  2. arguments:
  3. - '@config.factory'
  4. - '@ga.command_registry'
  5. - '@current_user'
  6. - '@entity_type.manager'
  7. tags:
  8. - { name: event_subscriber }