Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DynamicLocalTasks.php | file | core/ |
|
| 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::$router | property | core/ |
The router. |
| 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 a FieldUiLocalTask object. |
| DynamicLocalTasks::__construct | function | core/ |
Creates a DynamicLocalTasks object. |
| DynamicMenuLinkMock::$currentUser | property | core/ |
The current user. |
| DynamicMenuLinkMock::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| DynamicMenuLinkMock::setCurrentUser | function | core/ |
Sets the current user. |
| DynamicPageCacheHooks | class | core/ |
Hook implementations for dynamic_page_cache. |
| DynamicPageCacheHooks.php | file | core/ |
|
| DynamicPageCacheHooks::help | function | core/ |
Implements hook_help(). |
| 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 install. |
| 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::$cache | property | core/ |
The variation cache. |
| DynamicPageCacheSubscriber::$cacheContexts | property | core/ |
The default cache contexts to vary every cache item by. |
| 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). |
Pagination
- Previous page
- Page 390
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.