service update_helper.config_handler in Update helper 8
Same name and namespace in other branches
- 2.x update_helper.services.yml \update_helper.config_handler
Class
Drupal\update_helper\ConfigHandler3 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
View source
- class: Drupal\update_helper\ConfigHandler
- arguments:
- - '@config_update.config_list'
- - '@config_update.config_update'
- - '@update_helper.config_differ'
- - '@update_helper.config_diff_transformer'
- - '@module_handler'
- - '@serialization.yaml'
- - '@update_helper.config_exporter'