Search for all
Title | Object type | File name | Summary |
---|---|---|---|
AppendOpTest.php | file | core/ |
|
AppendOpTest::testProcess | function | core/ |
@covers ::process |
Apple | class | core/ |
Plugin annotation @Plugin( id = "apple", label = "Apple", color = "green" ) |
Apple.php | file | core/ |
|
AppRootFactory | class | core/ |
Gets the app root from the kernel. |
AppRootFactory.php | file | core/ |
|
AppRootFactory::$drupalKernel | property | core/ |
The Drupal kernel. |
AppRootFactory::get | function | core/ |
Gets the app root. |
AppRootFactory::__construct | function | core/ |
Constructs an AppRootFactory instance. |
ArbitraryRebuildTest | class | core/ |
Tests altering forms to be rebuilt so there are multiple steps. |
ArbitraryRebuildTest.php | file | core/ |
|
ArbitraryRebuildTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ArbitraryRebuildTest::$modules | property | core/ |
Modules to enable. |
ArbitraryRebuildTest::setUp | function | core/ |
|
ArbitraryRebuildTest::testUserRegistrationMultipleField | function | core/ |
Tests a rebuild caused by a multiple value field. |
ArbitraryRebuildTest::testUserRegistrationRebuild | function | core/ |
Tests a basic rebuild with the user registration form. |
Archiver | class | core/ |
Defines an archiver annotation object. |
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. |
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/ |
|
ArchiverManager::getExtensions | function | core/ |
Returns a string of supported archive extensions. |
ArchiverManager::getInstance | function | core/ |
|
ArchiverManager::__construct | function | core/ |
Constructs a ArchiverManager object. |
archiver_get_archiver | function | core/ |
Creates the appropriate archiver for the specified file. |
archiver_get_extensions | function | core/ |
Returns a string of supported archive extensions. |
ArchiveTar | class | core/ |
Extends Pear's Archive_Tar to use exceptions. |
ArchiveTar.php | file | core/ |
|
ArchiveTar::_error | function | core/ |
|
ArchiveTar::_warning | function | core/ |
|
AreaDisplayLinkTest | class | core/ |
Tests the core views_handler_area_display_link handler. |
AreaDisplayLinkTest.php | file | core/ |
|
AreaDisplayLinkTest::$modules | property | core/ |
Modules to enable. |
AreaDisplayLinkTest::$testViews | property | core/ |
Views to be enabled. |
AreaDisplayLinkTest::assertFormOptions | function | core/ |
Assert the display options contains only path based displays. |
AreaDisplayLinkTest::assertNoWarningMessages | function | core/ |
Assert no warning messages are shown when all display are equal. |
AreaDisplayLinkTest::assertRenderedDisplayLinks | function | core/ |
Assert the display links are correctly rendered for a display. |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.