You are here

service farm_location.log_event_subscriber in farmOS 2.x

Class

Drupal\farm_location\EventSubscriber\LogEventSubscriber

Tags

  • event_subscriber

File

modules/core/location/farm_location.services.yml
modules/core/location/farm_location.services.yml

View source
  1. class: Drupal\farm_location\EventSubscriber\LogEventSubscriber
  2. arguments:
  3. - '@log.location'
  4. - '@asset.location'
  5. - '@cache_tags.invalidator'
  6. tags:
  7. - { name: event_subscriber }