You are here

farm_update.services.yml in farmOS 2.x

modules/core/update/farm_update.services.yml

File

modules/core/update/farm_update.services.yml
View source
  1. services:
  2. logger.channel.farm_update:
  3. parent: logger.channel_base
  4. arguments: [ 'farm_update' ]
  5. farm.update:
  6. class: Drupal\farm_update\FarmUpdate
  7. arguments: [ '@logger.channel.farm_update', '@module_handler', '@entity_type.manager', '@config_update.config_diff', '@config_update.config_list', '@config_update.config_update' ]