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
DynamicPageCacheTestController::response function core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/src/DynamicPageCacheTestController.php A route returning a Response object.
dynamic_page_cache.info.yml file core/modules/dynamic_page_cache/dynamic_page_cache.info.yml core/modules/dynamic_page_cache/dynamic_page_cache.info.yml
dynamic_page_cache.module file core/modules/dynamic_page_cache/dynamic_page_cache.module Caches responses for all users, handling dynamic content correctly.
dynamic_page_cache.services.yml file core/modules/dynamic_page_cache/dynamic_page_cache.services.yml core/modules/dynamic_page_cache/dynamic_page_cache.services.yml
dynamic_page_cache_deny_admin_routes service core/modules/dynamic_page_cache/dynamic_page_cache.services.yml Drupal\dynamic_page_cache\PageCache\ResponsePolicy\DenyAdminRoutes
dynamic_page_cache_help function core/modules/dynamic_page_cache/dynamic_page_cache.module Implements hook_help().
dynamic_page_cache_request_policy service core/modules/dynamic_page_cache/dynamic_page_cache.services.yml Drupal\dynamic_page_cache\PageCache\RequestPolicy\DefaultRequestPolicy
dynamic_page_cache_response_policy service core/modules/dynamic_page_cache/dynamic_page_cache.services.yml Drupal\Core\PageCache\ChainResponsePolicy
dynamic_page_cache_subscriber service core/modules/dynamic_page_cache/dynamic_page_cache.services.yml Drupal\dynamic_page_cache\EventSubscriber\DynamicPageCacheSubscriber
dynamic_page_cache_test.info.yml file core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml
dynamic_page_cache_test.routing.yml file core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.routing.yml core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.routing.yml
EarlyDateTest class core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php Posts an article with a taxonomy term and a date prior to 1970.
EarlyDateTest.php file core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php
EarlyDateTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php The theme to install as the default for testing.
EarlyDateTest::$modules property core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php Modules to enable.
EarlyDateTest::setUp function core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php
EarlyDateTest::testTaxonomyEarlyDateNode function core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php Test taxonomy functionality with nodes prior to 1970.
EarlyFormatSetter class core/modules/jsonapi/src/Routing/EarlyFormatSetter.php Sets the 'api_json' format for requests to JSON:API resources.
EarlyFormatSetter.php file core/modules/jsonapi/src/Routing/EarlyFormatSetter.php
EarlyFormatSetter::filter function core/modules/jsonapi/src/Routing/EarlyFormatSetter.php
EarlyRenderingControllerTest class core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php Verifies that bubbleable metadata of early rendering is not lost.
EarlyRenderingControllerTest.php file core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
EarlyRenderingControllerTest::$defaultTheme property core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php The theme to install as the default for testing.
EarlyRenderingControllerTest::$dumpHeaders property core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php
EarlyRenderingControllerTest::$modules property core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php Modules to enable.
EarlyRenderingControllerTest::testEarlyRendering function core/modules/system/tests/src/Functional/Common/EarlyRenderingControllerTest.php Tests theme preprocess functions being able to attach assets.
EarlyRenderingControllerWrapperSubscriber class core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php Subscriber that wraps controllers, to handle early rendering.
EarlyRenderingControllerWrapperSubscriber.php file core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php
EarlyRenderingControllerWrapperSubscriber::$argumentResolver property core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php The argument resolver.
EarlyRenderingControllerWrapperSubscriber::$renderer property core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php The renderer.
EarlyRenderingControllerWrapperSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php
EarlyRenderingControllerWrapperSubscriber::onController function core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php Ensures bubbleable metadata from early rendering is not lost.
EarlyRenderingControllerWrapperSubscriber::wrapControllerExecutionInRenderContext function core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php Wraps a controller execution in a render context.
EarlyRenderingControllerWrapperSubscriber::__construct function core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php Constructs a new EarlyRenderingControllerWrapperSubscriber instance.
EarlyRenderingTestController class core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php Controller routines for early_rendering_test routes.
EarlyRenderingTestController.php file core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::$renderer property core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php The renderer.
EarlyRenderingTestController::ajaxResponse function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::ajaxResponseEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableDomainObject function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableDomainObjectEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableResponse function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::cacheableResponseEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::create function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php Instantiates a new instance of this class.
EarlyRenderingTestController::domainObject function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectWithAttachments function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::domainObjectWithAttachmentsEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::earlyRenderContent function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::renderArray function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php

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