You are here

farm_location.services.yml in farmOS 2.x

modules/core/location/farm_location.services.yml

File

modules/core/location/farm_location.services.yml
View source
  1. services:
  2. asset.location:
  3. class: Drupal\farm_location\AssetLocation
  4. arguments:
  5. [ '@log.location', '@farm.log_query', '@entity_type.manager', '@datetime.time' , '@database']
  6. log.location:
  7. class: Drupal\farm_location\LogLocation
  8. farm_location.log_event_subscriber:
  9. class: Drupal\farm_location\EventSubscriber\LogEventSubscriber
  10. arguments:
  11. [ '@log.location', '@asset.location', '@cache_tags.invalidator' ]
  12. tags:
  13. - { name: 'event_subscriber' }

Services

Namesort descending Description
asset.location Drupal\farm_location\AssetLocation
farm_location.log_event_subscriber Drupal\farm_location\EventSubscriber\LogEventSubscriber
log.location Drupal\farm_location\LogLocation