You are here

service update.root in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/update/update.services.yml \update.root

Class

SplString

Tags

  • parameter_service
5 string references to update.root
UpdateManagerInstall::create in core/modules/update/src/Form/UpdateManagerInstall.php
Instantiates a new instance of this class.
UpdateReady::create in core/modules/update/src/Form/UpdateReady.php
Instantiates a new instance of this class.
UpdateTestBase::setUp in core/modules/update/src/Tests/UpdateTestBase.php
Sets up a Drupal site for running functional and integration tests.
UpdateUploadTest::testUploadModule in core/modules/update/src/Tests/UpdateUploadTest.php
Tests upload, extraction, and update of a module.
update_authorize_batch_copy_project in core/modules/update/update.authorize.inc
Implements callback_batch_operation().

File

core/modules/update/update.services.yml
core/modules/update/update.services.yml

View source
  1. class: SplString
  2. factory: 'update.root.factory:get'
  3. tags:
  4. - { name: parameter_service }