Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Other projects
Title Object type File name Summary
ApcuBackendTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php Creates a cache backend to test.
ApcuBackendTest::tearDown function core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php
ApcuBackendTest::testSetGet function core/tests/Drupal/KernelTests/Core/Cache/ApcuBackendTest.php Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
ApcuFileCacheBackend::store function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Stores data into a cache backend.
ApiController::$finishedRoute property core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php The route to redirect to after the stage has been applied.
ApiController::checkSetup function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Returns the information about current PHP server used for build tests.
ApiController::createAndApplyStage function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Creates a stage, requires packages into it, and applies the changes.
ApiController::finish function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php Performs post-apply tasks and destroys the stage.
ApiController::__construct function core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php
ApiRequestTrait trait core/tests/Drupal/Tests/ApiRequestTrait.php Boilerplate for API Functional tests' HTTP requests.
ApiRequestTrait.php file core/tests/Drupal/Tests/ApiRequestTrait.php
ApiRequestTrait::decorateWithXdebugCookie function core/tests/Drupal/Tests/ApiRequestTrait.php Adds the Xdebug cookie to the request options.
ApiRequestTrait::makeApiRequest function core/tests/Drupal/Tests/ApiRequestTrait.php Performs an HTTP request. Wraps the Guzzle HTTP client.
append-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-append-to-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# This content is appended to the bottom of the existing robots.txt fixture.
# robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-append-to-append…
append-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/profile-with-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# This content is appended to the bottom of the existing robots.txt fixture.
# robots.txt fixture scaffolded from "file-mappings" in profile-with-append composer.json…
append-to-robots.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-test-append/assets/append-to-robots.txt # ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
# This content is appended to the bottom of the existing robots.txt fixture.
# robots.txt fixture scaffolded from "file-mappings" in drupal-drupal-test-append…
append-to-settings.txt file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/drupal-drupal-append-settings/assets/append-to-settings.txt include __DIR__ . "/settings-custom-additions.php";
AppendOp::$originalContents property composer/Plugin/Scaffold/Operations/AppendOp.php The contents from the file that we are prepending / appending to.
AppendOp::existingFileHasData function composer/Plugin/Scaffold/Operations/AppendOp.php Check to see if the append/prepend data has already been applied.
AppendOp::generateContents function composer/Plugin/Scaffold/Operations/AppendOp.php Load the scaffold contents or otherwise generate what is needed.
AppendOp::process function composer/Plugin/Scaffold/Operations/AppendOp.php Process this scaffold operation.
AppendOp::scaffoldAtNewLocation function composer/Plugin/Scaffold/Operations/AppendOp.php Determines what to do if operation is used without a previous operation.
AppendOp::scaffoldOverExistingTarget function composer/Plugin/Scaffold/Operations/AppendOp.php Determines what to do if operation is used at same path as a previous op.
AppendOp::__construct function composer/Plugin/Scaffold/Operations/AppendOp.php Constructs an AppendOp.
AppendOpTest class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Integration/AppendOpTest.php Tests Drupal\Composer\Plugin\Scaffold\Operations\AppendOp.
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 Tests process.
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 install.
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::$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::__construct function core/lib/Drupal/Core/Archiver/Attribute/Archiver.php Constructs an archiver plugin attribute object.
ArchiverInterface::listContents function core/lib/Drupal/Core/Archiver/ArchiverInterface.php Lists all files in the archive.
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

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