Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DynamicMenuLinkMock::$currentUser | property | core/ |
The current user. |
| DynamicMenuLinkMock::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| DynamicMenuLinkMock::getRouteName | function | core/ |
Returns the route name, if available. |
| DynamicMenuLinkMock::getTitle | function | core/ |
Returns the localized title to be shown for this link. |
| DynamicMenuLinkMock::setCurrentUser | function | core/ |
Sets the current user. |
| DynamicPageCacheIntegrationTest | class | core/ |
Enables the Dynamic Page Cache and tests it in various scenarios. |
| DynamicPageCacheIntegrationTest.php | file | core/ |
|
| DynamicPageCacheIntegrationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DynamicPageCacheIntegrationTest::$modules | property | core/ |
Modules to enable. |
| DynamicPageCacheIntegrationTest::setUp | function | core/ |
|
| DynamicPageCacheIntegrationTest::testDynamicPageCache | function | core/ |
Tests that Dynamic Page Cache works correctly, and verifies the edge cases. |
| DynamicPageCacheSubscriber | class | core/ |
Returns cached responses as early and avoiding as much work as possible. |
| DynamicPageCacheSubscriber.php | file | core/ |
|
| DynamicPageCacheSubscriber::$dynamicPageCacheRedirectRenderArray | property | core/ |
Dynamic Page Cache's redirect render array. |
| DynamicPageCacheSubscriber::$renderCache | property | core/ |
The render cache. |
| DynamicPageCacheSubscriber::$rendererConfig | property | core/ |
The renderer configuration array. |
| DynamicPageCacheSubscriber::$requestPolicy | property | core/ |
A request policy rule determining the cacheability of a response. |
| DynamicPageCacheSubscriber::$requestPolicyResults | property | core/ |
Internal cache of request policy results. |
| DynamicPageCacheSubscriber::$responsePolicy | property | core/ |
A response policy rule determining the cacheability of the response. |
| DynamicPageCacheSubscriber::getSubscribedEvents | function | core/ |
|
| DynamicPageCacheSubscriber::HEADER | constant | core/ |
Name of Dynamic Page Cache's response header. |
| DynamicPageCacheSubscriber::onRequest | function | core/ |
Sets a response in case of a Dynamic Page Cache hit. |
| DynamicPageCacheSubscriber::onResponse | function | core/ |
Stores a response in case of a Dynamic Page Cache miss, if cacheable. |
| DynamicPageCacheSubscriber::renderArrayToResponse | function | core/ |
Gets the embedded Response object in a render array. |
| DynamicPageCacheSubscriber::responseToRenderArray | function | core/ |
Embeds a Response object in a render array so that RenderCache can cache it. |
| DynamicPageCacheSubscriber::shouldCacheResponse | function | core/ |
Whether the given response should be cached by Dynamic Page Cache. |
| DynamicPageCacheSubscriber::__construct | function | core/ |
Constructs a new DynamicPageCacheSubscriber object. |
| DynamicPageCacheTestController | class | core/ |
Controller routines for dynamic_page_cache_test routes. |
| DynamicPageCacheTestController.php | file | core/ |
|
| DynamicPageCacheTestController::cacheableResponse | function | core/ |
A route returning a CacheableResponse object. |
| DynamicPageCacheTestController::html | function | core/ |
A route returning a render array (without cache contexts, so cacheable). |
| DynamicPageCacheTestController::htmlUncacheableContexts | function | core/ |
A route returning a render array (with 'user' context, so uncacheable) |
| DynamicPageCacheTestController::htmlUncacheableMaxAge | function | core/ |
A route returning a render array (with max-age=0, so uncacheable) |
| DynamicPageCacheTestController::htmlUncacheableTags | function | core/ |
A route returning a render array (with a cache tag preventing caching). |
| DynamicPageCacheTestController::htmlWithCacheContexts | function | core/ |
A route returning a render array (with cache contexts, so cacheable). |
| DynamicPageCacheTestController::response | function | core/ |
A route returning a Response object. |
| DynamicPluginConfigWithCsrfTokenUrlTrait | trait | core/ |
Provides a trait for CKEditor 5 with dynamically generated CSRF token URLs. |
| DynamicPluginConfigWithCsrfTokenUrlTrait.php | file | core/ |
|
| DynamicPluginConfigWithCsrfTokenUrlTrait::getUrlWithReplacedCsrfTokenPlaceholder | function | core/ |
Gets the given URL with all placeholders replaced. |
| dynamic_page_cache.info.yml | file | core/ |
core/modules/dynamic_page_cache/dynamic_page_cache.info.yml |
| dynamic_page_cache.module | file | core/ |
Caches responses for all users, handling dynamic content correctly. |
| dynamic_page_cache.services.yml | file | core/ |
core/modules/dynamic_page_cache/dynamic_page_cache.services.yml |
| dynamic_page_cache_deny_admin_routes | service | core/ |
Drupal\dynamic_page_cache\PageCache\ResponsePolicy\DenyAdminRoutes |
| dynamic_page_cache_help | function | core/ |
Implements hook_help(). |
| dynamic_page_cache_request_policy | service | core/ |
Drupal\dynamic_page_cache\PageCache\RequestPolicy\DefaultRequestPolicy |
| dynamic_page_cache_response_policy | service | core/ |
Drupal\Core\PageCache\ChainResponsePolicy |
| dynamic_page_cache_subscriber | service | core/ |
Drupal\dynamic_page_cache\EventSubscriber\DynamicPageCacheSubscriber |
| dynamic_page_cache_test.info.yml | file | core/ |
core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.info.yml |
| dynamic_page_cache_test.routing.yml | file | core/ |
core/modules/dynamic_page_cache/tests/dynamic_page_cache_test/dynamic_page_cache_test.routing.yml |
| EarlyDateTest | class | core/ |
Posts an article with a taxonomy term and a date prior to 1970. |
Pagination
- Previous page
- Page 432
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.