contacts_events-8.x-1.x-dev/modules/village_allocation/village_allocation.services.yml
modules/village_allocation/village_allocation.services.yml
services:
village_allocation.automatic:
class: Drupal\village_allocation\AutomaticAllocation
arguments: ['@database', '@village_allocation.queries']
village_allocation.queries:
class: Drupal\village_allocation\VillageAllocationQueries
arguments: ['@database', '@entity_type.manager']
village_allocation.indexer:
class: Drupal\village_allocation\VillageGroupIndexer
arguments: ['@entity_type.manager']
