Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 8.9.x for end
  4. Search 10.3.x for end
  5. Other projects
Title Object type File name Summary
AccessGroupAnd::$dependencies property core/lib/Drupal/Core/Access/AccessGroupAnd.php The access dependencies.
AccessGroupAnd::addDependency function core/lib/Drupal/Core/Access/AccessGroupAnd.php Adds an access dependency.
AccessGroupAnd::getDependencies function core/lib/Drupal/Core/Access/AccessGroupAnd.php Gets all the access dependencies.
AccessPermissionTest::testRenderCaching function core/modules/user/tests/src/Kernel/Views/AccessPermissionTest.php Tests access on render caching.
AccessRoleTest::testRenderCaching function core/modules/user/tests/src/Functional/Views/AccessRoleTest.php Tests access on render caching.
Actions::preRenderActionsDropbutton function core/lib/Drupal/Core/Render/Element/Actions.php Render API callback: Groups the elements with a #dropbutton property.
ActionTest::testDependencies function core/modules/system/tests/src/Kernel/Action/ActionTest.php Tests the dependency calculation of actions.
ActiveTheme::$librariesExtend property core/lib/Drupal/Core/Theme/ActiveTheme.php The list of libraries-extend definitions.
ActiveTheme::getLibrariesExtend function core/lib/Drupal/Core/Theme/ActiveTheme.php Returns the libraries extended by the active theme.
AddCssCommand::render function core/lib/Drupal/Core/Ajax/AddCssCommand.php Return an array to be run through json_encode and sent to the client.
AddFormBase::preRenderAddedMedia function core/modules/media_library/src/Form/AddFormBase.php Converts the set of newly added media into an item list for rendering.
AddJsCommand::render function core/lib/Drupal/Core/Ajax/AddJsCommand.php Return an array to be run through json_encode and sent to the client.
AdvisoryTestClientMiddleware::setTestEndpoint function core/modules/system/tests/modules/advisory_feed_test/src/AdvisoryTestClientMiddleware.php Sets the test endpoint for the advisories JSON feed.
AfterCommand::render function core/lib/Drupal/Core/Ajax/AfterCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
AjaxCommandsTest::testAppendCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php Tests append command.
AjaxCommandsTest::testOpenDialogCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php Tests open dialog command.
AjaxCommandsTest::testOpenDialogCommandClass function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php Tests dialogClass for OpenDialogCommand and OpenOffCanvasDialogCommand.
AjaxCommandsTest::testPrependCommand function core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php Tests prepend command.
AjaxRenderer class core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php Default main content renderer for Ajax requests.
AjaxRenderer.php file core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php
AjaxRenderer::$elementInfoManager property core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php The element info manager.
AjaxRenderer::$renderer property core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php The renderer.
AjaxRenderer::renderResponse function core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php Renders the main content render array into a response.
AjaxRenderer::__construct function core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php Constructs a new AjaxRenderer instance.
AjaxRendererTest class core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php Tests Drupal\Core\Render\MainContent\AjaxRenderer.
AjaxRendererTest.php file core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php
AjaxRendererTest::$ajaxRenderer property core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php The tested ajax controller.
AjaxRendererTest::$renderer property core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php The renderer.
AjaxRendererTest::setUp function core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php
AjaxRendererTest::testRenderWithFragmentObject function core/tests/Drupal/Tests/Core/Controller/AjaxRendererTest.php Tests the content method.
AjaxTestCommandReturnPromise::render function core/modules/system/tests/modules/ajax_test/src/Ajax/AjaxTestCommandReturnPromise.php Implements Drupal\Core\Ajax\CommandInterface:render().
AjaxTestController::getRenderTypes function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Render types.
AjaxTestController::render function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns a render array that will be rendered by AjaxRenderer.
AjaxTestController::renderError function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Returns an AjaxResponse with alert command.
AjaxTestController::renderTypes function core/modules/system/tests/modules/ajax_test/src/Controller/AjaxTestController.php Example content for testing the wrapper of the response.
AlertCommand::render function core/lib/Drupal/Core/Ajax/AlertCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
AnnotationExtendsAnnotationTargetAll class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
AnnounceCommand::render function core/lib/Drupal/Core/Ajax/AnnounceCommand.php Return an array to be run through json_encode and sent to the client.
announcements_feed.renderer service core/modules/announcements_feed/announcements_feed.services.yml Drupal\announcements_feed\AnnounceRenderer
AnnounceRenderer class core/modules/announcements_feed/src/AnnounceRenderer.php Service to render announcements from the external feed.
AnnounceRenderer.php file core/modules/announcements_feed/src/AnnounceRenderer.php
AnnounceRenderer::render function core/modules/announcements_feed/src/AnnounceRenderer.php Generates the announcements feed render array.
AnnounceRenderer::__construct function core/modules/announcements_feed/src/AnnounceRenderer.php Constructs an AnnouncementRenderer object.
AnnounceRendererTest class core/modules/announcements_feed/tests/src/Kernel/AnnounceRendererTest.php Tests Drupal\announcements_feed\AnnounceRenderer.
AnnounceRendererTest.php file core/modules/announcements_feed/tests/src/Kernel/AnnounceRendererTest.php
AnnounceRendererTest::testRendererContent function core/modules/announcements_feed/tests/src/Kernel/AnnounceRendererTest.php Tests rendered valid content.
AnnounceRendererTest::testRendererException function core/modules/announcements_feed/tests/src/Kernel/AnnounceRendererTest.php Tests rendered valid when something goes wrong.
AnnounceTestHttpClientMiddleware::setAnnounceTestEndpoint function core/modules/announcements_feed/tests/modules/announce_feed_test/src/AnnounceTestHttpClientMiddleware.php Sets the test endpoint for the advisories JSON feed.
ApcuBackend class core/lib/Drupal/Core/Cache/ApcuBackend.php Stores cache items in the Alternative PHP Cache User Cache (APCu).
ApcuBackend.php file core/lib/Drupal/Core/Cache/ApcuBackend.php

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