You are here

farm_map.services.yml in farmOS 2.x

modules/core/map/farm_map.services.yml

File

modules/core/map/farm_map.services.yml
View source
  1. services:
  2. farm_map.map_render_event_subscriber:
  3. class: Drupal\farm_map\EventSubscriber\MapRenderEventSubscriber
  4. arguments:
  5. - '@config.factory'
  6. tags:
  7. - { name: 'event_subscriber' }
  8. farm_map.layer_style_loader:
  9. class: Drupal\farm_map\LayerStyleLoader