plugin.manager.archiver

Same name and namespace in other branches
  1. 11.x core/core.services.yml \plugin.manager.archiver
  2. 10 core/core.services.yml \plugin.manager.archiver
  3. 9 core/core.services.yml \plugin.manager.archiver
  4. 8.9.x core/core.services.yml \plugin.manager.archiver

Class

Drupal\Core\Archiver\ArchiverManager
2 string references to plugin.manager.archiver
ArchiverTestBase::assertArchiveContainsFile in core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php
Asserts an archive contains a given file.
ArchiverTestBase::assertArchiveNotContainsFile in core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php
Asserts an archive does not contain a given file.

File

core/core.services.yml

View source
  1. class: Drupal\Core\Archiver\ArchiverManager
  2. parent: default_plugin_manager
  3. arguments:
  4. - '@file_system'
  5. deprecated: 'The "%service_id%" service is deprecated in drupal:11.3.0 and is removed from drupal:12.0.0. There is no replacement. See https://www.drupal.org/node/3556927'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.