You are here

service automatic_updates.updater in Automatic Updates 8.2

Class

Drupal\automatic_updates\Updater
6 string references to automatic_updates.updater
BatchProcessor::getUpdater in src/BatchProcessor.php
Gets the updater service.
CronUpdater::create in src/CronUpdater.php
Instantiates a new instance of this class.
CronUpdaterTest::testUpdaterCalled in tests/src/Kernel/CronUpdaterTest.php
Tests that the cron handler calls the updater as expected.
TestController::update in tests/modules/automatic_updates_test/src/TestController.php
Performs an in-place update to a given version of Drupal core.
UpdateReady::create in src/Form/UpdateReady.php
Instantiates a new instance of this class.

... See full list

File

./automatic_updates.services.yml
automatic_updates.services.yml

View source
  1. class: Drupal\automatic_updates\Updater
  2. arguments:
  3. - '@state'
  4. - '@string_translation'
  5. - '@package_manager.beginner'
  6. - '@package_manager.stager'
  7. - '@package_manager.cleaner'
  8. - '@package_manager.committer'
  9. - '@event_dispatcher'
  10. - '@automatic_updates.path_locator'