You are here

service update_helper.updater in Update helper 2.x

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

Class

Drupal\update_helper\Updater
2 string references to update_helper.updater
UpdaterTest::testExecuteUpdate in tests/src/Kernel/UpdaterTest.php
@covers \Drupal\update_helper\Updater::executeUpdate
UpdaterTest::testOnlyDeleteUpdate in tests/src/Kernel/UpdaterTest.php
Test issue with using delete action without expected.

File

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

View source
  1. class: Drupal\update_helper\Updater
  2. arguments:
  3. - '@config.factory'
  4. - '@module_installer'
  5. - '@config_update.config_update'
  6. - '@update_helper.config_handler'
  7. - '@update_helper.logger'
  8. - '@event_dispatcher'