Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DynamicLocalTasks.php | file | core/ |
|
| DynamicLocalTasks::$basePluginId | property | core/ |
The base plugin ID. |
| DynamicLocalTasks::$config | property | core/ |
The media settings config. |
| DynamicLocalTasks::$entityTypeManager | property | core/ |
The entity type manager. |
| DynamicLocalTasks::$entityTypeManager | property | core/ |
The entity type manager. |
| DynamicLocalTasks::$moderationInfo | property | core/ |
The moderation information service. |
| DynamicLocalTasks::create | function | core/ |
Creates a new class instance. |
| DynamicLocalTasks::create | function | core/ |
Creates a new class instance. |
| DynamicLocalTasks::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| DynamicLocalTasks::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| DynamicLocalTasks::__construct | function | core/ |
Creates an FieldUiLocalTask object. |
| DynamicLocalTasks::__construct | function | core/ |
Creates a DynamicLocalTasks object. |
| DynamicMenuLinkMock | class | core/ |
Defines a mock implementation of a dynamic menu link used in tests only. |
| DynamicMenuLinkMock.php | file | core/ |
|
| 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::$dumpHeaders | property | core/ |
|
| 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). |
Pagination
- Previous page
- Page 421
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.