farm_location.services.yml in farmOS 2.x
modules/core/location/farm_location.services.yml
File
modules/core/location/farm_location.services.ymlView source
- services:
- asset.location:
- class: Drupal\farm_location\AssetLocation
- arguments:
- [ '@log.location', '@farm.log_query', '@entity_type.manager', '@datetime.time' , '@database']
- log.location:
- class: Drupal\farm_location\LogLocation
- farm_location.log_event_subscriber:
- class: Drupal\farm_location\EventSubscriber\LogEventSubscriber
- arguments:
- [ '@log.location', '@asset.location', '@cache_tags.invalidator' ]
- tags:
- - { name: 'event_subscriber' }
Services
Name | Description |
---|---|
asset.location | Drupal\farm_location\AssetLocation |
farm_location.log_event_subscriber | Drupal\farm_location\EventSubscriber\LogEventSubscriber |
log.location | Drupal\farm_location\LogLocation |