You are here

service update_helper.config_differ in Update helper 8

Same name and namespace in other branches
  1. 2.x update_helper.services.yml \update_helper.config_differ

Class

Drupal\update_helper\ReversibleConfigDiffer
3 string references to update_helper.config_differ
ConfigHandlerTest::testGetPatchFileSerializerSupport in tests/src/Kernel/ConfigHandlerTest.php
@covers \Drupal\update_helper\ConfigHandler::getPatchFile
ReversibleConfigDifferTest::testDiff in tests/src/Kernel/ReversibleConfigDifferTest.php
@covers \Drupal\update_helper\ReversibleConfigDiffer::diff
ReversibleConfigDifferTest::testSame in tests/src/Kernel/ReversibleConfigDifferTest.php
@covers \Drupal\update_helper\ReversibleConfigDiffer::same

File

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

View source
  1. class: Drupal\update_helper\ReversibleConfigDiffer
  2. arguments:
  3. - '@string_translation'
  4. - '@update_helper.config_diff_transformer'