Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
Archiver class core/lib/Drupal/Core/Archiver/Annotation/Archiver.php Defines an archiver annotation object.
Archiver.php file core/lib/Drupal/Core/Archiver/Attribute/Archiver.php
Archiver.php file core/lib/Drupal/Core/Archiver/Annotation/Archiver.php
Archiver::$description property core/lib/Drupal/Core/Archiver/Annotation/Archiver.php The description of the archiver plugin.
Archiver::$extensions property core/lib/Drupal/Core/Archiver/Annotation/Archiver.php An array of valid extensions for this archiver.
Archiver::$id property core/lib/Drupal/Core/Archiver/Annotation/Archiver.php The archiver plugin ID.
Archiver::$title property core/lib/Drupal/Core/Archiver/Annotation/Archiver.php The human-readable name of the archiver plugin.
Archiver::__construct function core/lib/Drupal/Core/Archiver/Attribute/Archiver.php Constructs an archiver plugin attribute object.
ArchiverException class core/lib/Drupal/Core/Archiver/ArchiverException.php Defines an exception class for Drupal\Core\Archiver\ArchiverInterface.
ArchiverException.php file core/lib/Drupal/Core/Archiver/ArchiverException.php
ArchiverInterface interface core/lib/Drupal/Core/Archiver/ArchiverInterface.php Defines the common interface for all Archiver classes.
ArchiverInterface.php file core/lib/Drupal/Core/Archiver/ArchiverInterface.php
ArchiverInterface::add function core/lib/Drupal/Core/Archiver/ArchiverInterface.php Adds the specified file or directory to the archive.
ArchiverInterface::extract function core/lib/Drupal/Core/Archiver/ArchiverInterface.php Extracts multiple files in the archive to the specified path.
ArchiverInterface::listContents function core/lib/Drupal/Core/Archiver/ArchiverInterface.php Lists all files in the archive.
ArchiverInterface::remove function core/lib/Drupal/Core/Archiver/ArchiverInterface.php Removes the specified file from the archive.
ArchiverManager class core/lib/Drupal/Core/Archiver/ArchiverManager.php Provides an Archiver plugin manager.
ArchiverManager.php file core/lib/Drupal/Core/Archiver/ArchiverManager.php
ArchiverManager::$fileSystem property core/lib/Drupal/Core/Archiver/ArchiverManager.php The file system service.
ArchiverManager::createInstance function core/lib/Drupal/Core/Archiver/ArchiverManager.php Creates a plugin instance based on the provided ID and configuration.
ArchiverManager::getExtensions function core/lib/Drupal/Core/Archiver/ArchiverManager.php Returns a string of supported archive extensions.
ArchiverManager::getInstance function core/lib/Drupal/Core/Archiver/ArchiverManager.php Gets or creates a plugin instance that satisfies the given options.
ArchiverManager::__construct function core/lib/Drupal/Core/Archiver/ArchiverManager.php Constructs an ArchiverManager object.
ArchiverTestBase class core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php Provides archive specific assertions and helper properties for archive tests.
ArchiverTestBase.php file core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php
ArchiverTestBase::$archiverPluginId property core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php The archiver plugin identifier.
ArchiverTestBase::$fileSystem property core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php The file system service.
ArchiverTestBase::assertArchiveContainsFile function core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php Asserts an archive contains a given file.
ArchiverTestBase::assertArchiveNotContainsFile function core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php Asserts an archive does not contain a given file.
ArchiverTestBase::setUp function core/tests/Drupal/KernelTests/Core/Archiver/ArchiverTestBase.php
ArchiveTar class core/lib/Drupal/Core/Archiver/ArchiveTar.php Extends Pear's Archive_Tar to use exceptions.
ArchiveTar.php file core/lib/Drupal/Core/Archiver/ArchiveTar.php
ArchiveTar::_error function core/lib/Drupal/Core/Archiver/ArchiveTar.php
ArchiveTar::_warning function core/lib/Drupal/Core/Archiver/ArchiveTar.php
AreaTest class core/modules/views/tests/src/Kernel/Handler/AreaTest.php Tests the plugin base of the area handler.
AreaTest.php file core/modules/views/tests/src/Kernel/Handler/AreaTest.php
AreaTest::$modules property core/modules/views/tests/src/Kernel/Handler/AreaTest.php Modules to install.
AreaTest::$testViews property core/modules/views/tests/src/Kernel/Handler/AreaTest.php Views used by this test.
AreaTest::setUp function core/modules/views/tests/src/Kernel/Handler/AreaTest.php
AreaTest::testAreaAccess function core/modules/views/tests/src/Kernel/Handler/AreaTest.php Tests the access for an area.
AreaTest::testRenderArea function core/modules/views/tests/src/Kernel/Handler/AreaTest.php Tests the rendering of an area.
AreaTest::viewsData function core/modules/views/tests/src/Kernel/Handler/AreaTest.php Returns the views data definition.
AreaTextTokenTest class core/modules/views/tests/src/Kernel/Handler/AreaTextTokenTest.php Tests the token in text area handler.
AreaTextTokenTest.php file core/modules/views/tests/src/Kernel/Handler/AreaTextTokenTest.php
AreaTextTokenTest::$modules property core/modules/views/tests/src/Kernel/Handler/AreaTextTokenTest.php Modules to install.
AreaTextTokenTest::$testViews property core/modules/views/tests/src/Kernel/Handler/AreaTextTokenTest.php Views used by this test.
AreaTextTokenTest::setUp function core/modules/views/tests/src/Kernel/Handler/AreaTextTokenTest.php
AreaTextTokenTest::testAreaTextToken function core/modules/views/tests/src/Kernel/Handler/AreaTextTokenTest.php Tests the token into text area plugin within header.
ArgumentsAllNull class core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php A stub class used by testGetInstanceArguments().
ArgumentsAllNull::__construct function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php

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