Search for all
Title | Object type | File name | Summary |
---|---|---|---|
Archiver | class | core/ |
Defines an archiver annotation object. |
Archiver.php | file | core/ |
|
Archiver.php | file | core/ |
|
Archiver::$description | property | core/ |
The description of the archiver plugin. |
Archiver::$extensions | property | core/ |
An array of valid extensions for this archiver. |
Archiver::$id | property | core/ |
The archiver plugin ID. |
Archiver::$title | property | core/ |
The human-readable name of the archiver plugin. |
Archiver::__construct | function | core/ |
Constructs an archiver plugin attribute object. |
ArchiverException | class | core/ |
Defines an exception class for Drupal\Core\Archiver\ArchiverInterface. |
ArchiverException.php | file | core/ |
|
ArchiverInterface | interface | core/ |
Defines the common interface for all Archiver classes. |
ArchiverInterface.php | file | core/ |
|
ArchiverInterface::add | function | core/ |
Adds the specified file or directory to the archive. |
ArchiverInterface::extract | function | core/ |
Extracts multiple files in the archive to the specified path. |
ArchiverInterface::listContents | function | core/ |
Lists all files in the archive. |
ArchiverInterface::remove | function | core/ |
Removes the specified file from the archive. |
ArchiverManager | class | core/ |
Provides an Archiver plugin manager. |
ArchiverManager.php | file | core/ |
|
ArchiverManager::$fileSystem | property | core/ |
The file system service. |
ArchiverManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
ArchiverManager::getExtensions | function | core/ |
Returns a string of supported archive extensions. |
ArchiverManager::getInstance | function | core/ |
Gets or creates a plugin instance that satisfies the given options. |
ArchiverManager::__construct | function | core/ |
Constructs an ArchiverManager object. |
ArchiverTestBase | class | core/ |
Provides archive specific assertions and helper properties for archive tests. |
ArchiverTestBase.php | file | core/ |
|
ArchiverTestBase::$archiverPluginId | property | core/ |
The archiver plugin identifier. |
ArchiverTestBase::$fileSystem | property | core/ |
The file system service. |
ArchiverTestBase::assertArchiveContainsFile | function | core/ |
Asserts an archive contains a given file. |
ArchiverTestBase::assertArchiveNotContainsFile | function | core/ |
Asserts an archive does not contain a given file. |
ArchiverTestBase::setUp | function | core/ |
|
ArchiveTar | class | core/ |
Extends Pear's Archive_Tar to use exceptions. |
ArchiveTar.php | file | core/ |
|
ArchiveTar::_error | function | core/ |
|
ArchiveTar::_warning | function | core/ |
|
AreaTest | class | core/ |
Tests the plugin base of the area handler. |
AreaTest.php | file | core/ |
|
AreaTest::$modules | property | core/ |
Modules to install. |
AreaTest::$testViews | property | core/ |
Views used by this test. |
AreaTest::setUp | function | core/ |
|
AreaTest::testAreaAccess | function | core/ |
Tests the access for an area. |
AreaTest::testRenderArea | function | core/ |
Tests the rendering of an area. |
AreaTest::viewsData | function | core/ |
Returns the views data definition. |
AreaTextTokenTest | class | core/ |
Tests the token in text area handler. |
AreaTextTokenTest.php | file | core/ |
|
AreaTextTokenTest::$modules | property | core/ |
Modules to install. |
AreaTextTokenTest::$testViews | property | core/ |
Views used by this test. |
AreaTextTokenTest::setUp | function | core/ |
|
AreaTextTokenTest::testAreaTextToken | function | core/ |
Tests the token into text area plugin within header. |
ArgumentsAllNull | class | core/ |
A stub class used by testGetInstanceArguments(). |
ArgumentsAllNull::__construct | function | core/ |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.