You are here

service automatic_updates.update in Automatic Updates 8

Class

Drupal\automatic_updates\Services\InPlaceUpdate
3 string references to automatic_updates.update
automatic_updates_cron in ./automatic_updates.module
Implements hook_cron().
InPlaceUpdateController::create in src/Controller/InPlaceUpdateController.php
Instantiates a new instance of this class.
InPlaceUpdateController::create in tests/modules/test_automatic_updates/src/Controller/InPlaceUpdateController.php
Instantiates a new instance of this class.

File

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

View source
  1. class: Drupal\automatic_updates\Services\InPlaceUpdate
  2. arguments:
  3. - '@logger.channel.automatic_updates'
  4. - '@plugin.manager.archiver'
  5. - '@config.factory'
  6. - '@file_system'
  7. - '@http_client'
  8. - '@app.root'