3
0
Fork 0
mirror of https://github.com/farmOS/farmOS.git synced 2024-02-23 11:37:38 +01:00
farmOS/modules/core/location/farm_location.services.yml
2021-02-05 12:23:20 -05:00

13 lines
466 B
YAML

services:
asset.location:
class: Drupal\farm_location\AssetLocation
arguments:
[ '@log.location', '@farm.log_query', '@entity_type.manager', '@datetime.time' ]
log.location:
class: Drupal\farm_location\LogLocation
farm_location.log_presave:
class: Drupal\farm_location\EventSubscriber\LogEventSubscriber
arguments:
[ '@log.location', '@asset.location', '@cache_tags.invalidator' ]
tags:
- { name: 'event_subscriber' }