Search for d

  1. Search 7.x for d
  2. Search 9.5.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
ApcuFileCacheBackend::delete function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Deletes data from a cache backend.
ApcuFileCacheBackend::fetch function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Fetches data from the cache backend.
ApcuFileCacheBackend::store function core/lib/Drupal/Component/FileCache/ApcuFileCacheBackend.php Stores data into a cache backend.
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";
AppendCommand class core/lib/Drupal/Core/Ajax/AppendCommand.php An AJAX command for calling the jQuery append() method.
AppendCommand.php file core/lib/Drupal/Core/Ajax/AppendCommand.php
AppendCommand::render function core/lib/Drupal/Core/Ajax/AppendCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
AppendOp class composer/Plugin/Scaffold/Operations/AppendOp.php Scaffold operation to add to the beginning and/or end of a scaffold file.
AppendOp.php file composer/Plugin/Scaffold/Operations/AppendOp.php
AppendOp::$append property composer/Plugin/Scaffold/Operations/AppendOp.php Path to the source file to append, if any.
AppendOp::$default property composer/Plugin/Scaffold/Operations/AppendOp.php Path to the default data to use when appending to an empty file.
AppendOp::$forceAppend property composer/Plugin/Scaffold/Operations/AppendOp.php An indicator of whether we are allowed to append to a non-scaffolded file.
AppendOp::$managed property composer/Plugin/Scaffold/Operations/AppendOp.php An indicator of whether the file we are appending to is managed or not.
AppendOp::$originalContents property composer/Plugin/Scaffold/Operations/AppendOp.php The contents from the file that we are prepending / appending to.
AppendOp::$prepend property composer/Plugin/Scaffold/Operations/AppendOp.php Path to the source file to prepend, if any.
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::ID constant composer/Plugin/Scaffold/Operations/AppendOp.php Identifies Append operations.
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 @coversDefaultClass \Drupal\Composer\Plugin\Scaffold\Operations\AppendOp[[api-linebreak]]
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[[api-linebreak]]
AppRootFactory::$drupalKernel property core/lib/Drupal/Core/AppRootFactory.php The Drupal kernel.
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::$description property core/lib/Drupal/Core/Archiver/Annotation/Archiver.php The description of the archiver plugin.
Archiver::$id property core/lib/Drupal/Core/Archiver/Annotation/Archiver.php The archiver plugin ID.
ArchiverInterface::add function core/lib/Drupal/Core/Archiver/ArchiverInterface.php Adds the specified file or directory to the archive.
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.
AreaDisplayLinkTest::assertWarningMessages function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Assert the warning messages are shown after changing the page_1 display.
AreaDisplayLinkTest::renderDisplayLink function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Render a display link.
AreaDisplayLinkTest::setUp function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php
AreaDisplayLinkTest::testAreaDisplayLink function core/modules/views/tests/src/Kernel/Handler/AreaDisplayLinkTest.php Tests the views area display_link handler.

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