You are here

service plugin.manager.archiver in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \plugin.manager.archiver
  2. 9 core/core.services.yml \plugin.manager.archiver

Class

Drupal\Core\Archiver\ArchiverManager
3 string references to plugin.manager.archiver
UpdateManagerInstall::create in core/modules/update/src/Form/UpdateManagerInstall.php
Instantiates a new instance of this class.
UpdateUploadTest::testUploadModule in core/modules/update/tests/src/Functional/UpdateUploadTest.php
Tests upload, extraction, and update of a module.
update_manager_archive_extract in core/modules/update/update.manager.inc
Unpacks a downloaded archive file.

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Archiver\ArchiverManager
  2. parent: default_plugin_manager
  3. arguments:
  4. - '@file_system'