Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
AppendOpTest.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/AppendOpTest.php
AppendOpTest::testProcess function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/AppendOpTest.php @covers ::process
Apple class core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Apple.php Plugin annotation

@Plugin(
id = "apple",
label = "Apple",
color = "green"
)
Apple.php file core/modules/system/tests/modules/plugin_test/src/Plugin/plugin_test/fruit/Apple.php
AppRootFactory class core/lib/Drupal/Core/AppRootFactory.php Gets the app root from the kernel.
AppRootFactory.php file core/lib/Drupal/Core/AppRootFactory.php
AppRootFactory::$drupalKernel property core/lib/Drupal/Core/AppRootFactory.php The Drupal kernel.
AppRootFactory::get function core/lib/Drupal/Core/AppRootFactory.php Gets the app root.
AppRootFactory::__construct function core/lib/Drupal/Core/AppRootFactory.php Constructs an AppRootFactory instance.
ArbitraryRebuildTest class core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php Tests altering forms to be rebuilt so there are multiple steps.
ArbitraryRebuildTest.php file core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php
ArbitraryRebuildTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php The theme to install as the default for testing.
ArbitraryRebuildTest::$modules property core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php Modules to enable.
ArbitraryRebuildTest::setUp function core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php
ArbitraryRebuildTest::testUserRegistrationMultipleField function core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php Tests a rebuild caused by a multiple value field.
ArbitraryRebuildTest::testUserRegistrationRebuild function core/modules/system/tests/src/Functional/Form/ArbitraryRebuildTest.php Tests a basic rebuild with the user registration form.
Archiver class core/lib/Drupal/Core/Archiver/Annotation/Archiver.php Defines an archiver annotation object.
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.
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
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
ArchiverManager::__construct function core/lib/Drupal/Core/Archiver/ArchiverManager.php Constructs a ArchiverManager object.
archiver_get_archiver function core/includes/common.inc Creates the appropriate archiver for the specified file.
archiver_get_extensions function core/includes/common.inc Returns a string of supported archive extensions.
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
AreaDisplayLinkTest class core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Tests the core views_handler_area_display_link handler.
AreaDisplayLinkTest.php file core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php
AreaDisplayLinkTest::$modules property core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Modules to enable.
AreaDisplayLinkTest::$testViews property core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Views to be enabled.
AreaDisplayLinkTest::assertFormOptions function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Assert the display options contains only path based displays.
AreaDisplayLinkTest::assertNoWarningMessages function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Assert no warning messages are shown when all display are equal.
AreaDisplayLinkTest::assertRenderedDisplayLinks function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Assert the display links are correctly rendered for a display.

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