Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DynamicPageCacheSubscriber::$cacheContextsManager | property | core/ |
The cache contexts manager service. |
| 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::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::cacheableJsonResponse | function | core/ |
A route returning a cacheable JSON response. |
| 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. |
| DynamicPageCacheTestController::uncacheableAccessCheck | function | core/ |
Returns an uncacheable access result. |
| 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.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_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 |
| e1714f23-70c0-4493-8e92-af1901771921.yml | file | core/ |
core/tests/fixtures/default_content/node/e1714f23-70c0-4493-8e92-af1901771921.yml |
| EarlyDateTest | class | core/ |
Posts an article with a taxonomy term and a date prior to 1970. |
| EarlyDateTest.php | file | core/ |
|
| EarlyDateTest::$defaultTheme | property | core/ |
|
| EarlyDateTest::$modules | property | core/ |
|
| EarlyDateTest::setUp | function | core/ |
|
| EarlyDateTest::testTaxonomyEarlyDateNode | function | core/ |
Tests taxonomy functionality with nodes prior to 1970. |
| EarlyFormatSetter | class | core/ |
Sets the 'api_json' format for requests to JSON:API resources. |
| EarlyFormatSetter.php | file | core/ |
|
| EarlyFormatSetter::filter | function | core/ |
Filters the route collection against a request. |
| EarlyRenderingControllerTest | class | core/ |
Verifies that bubbleable metadata of early rendering is not lost. |
| EarlyRenderingControllerTest.php | file | core/ |
|
| EarlyRenderingControllerTest::$defaultTheme | property | core/ |
|
| EarlyRenderingControllerTest::$modules | property | core/ |
|
| EarlyRenderingControllerTest::testEarlyRendering | function | core/ |
Tests theme preprocess functions being able to attach assets. |
| EarlyRenderingControllerWrapperSubscriber | class | core/ |
Subscriber that wraps controllers, to handle early rendering. |
| EarlyRenderingControllerWrapperSubscriber.php | file | core/ |
Pagination
- Previous page
- Page 464
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.