You are here

service update_helper.config_handler in Update helper 2.x

Same name and namespace in other branches
  1. 8 update_helper.services.yml \update_helper.config_handler

Class

Drupal\update_helper\ConfigHandler
3 string references to update_helper.config_handler
ConfigHandlerTest::testGeneratePatchFileFromActiveConfig in tests/src/Kernel/ConfigHandlerTest.php
@covers \Drupal\update_helper\ConfigHandler::generatePatchFile
ConfigHandlerTest::testGeneratePatchFileWithConfigExport in tests/src/Kernel/ConfigHandlerTest.php
@covers \Drupal\update_helper\ConfigHandler::generatePatchFile
UpdaterTest::setUp in tests/src/Kernel/UpdaterTest.php

File

./update_helper.services.yml
update_helper.services.yml

View source
  1. class: Drupal\update_helper\ConfigHandler
  2. arguments:
  3. - '@config_update.config_list'
  4. - '@config_update.config_update'
  5. - '@update_helper.config_differ'
  6. - '@update_helper.config_diff_transformer'
  7. - '@module_handler'
  8. - '@serialization.yaml'
  9. - '@update_helper.config_exporter'