Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| RenderArrayNonHtmlSubscriberTestController.php | file | core/ |
|
| RenderArrayNonHtmlSubscriberTestController::rawString | function | core/ |
|
| RenderArrayNonHtmlSubscriberTestController::renderArray | function | core/ |
|
| RenderAttachedTestController | class | core/ |
Controller for various permutations of #attached in the render array. |
| RenderAttachedTestController.php | file | core/ |
|
| RenderAttachedTestController::feed | function | core/ |
Test attached feed rendering. |
| RenderAttachedTestController::head | function | core/ |
Test attached HTML head rendering. |
| RenderAttachedTestController::header | function | core/ |
Test attached HTML head rendering. |
| RenderAttachedTestController::htmlHeaderLink | function | core/ |
Test HTTP header rendering for link. |
| RenderAttachedTestController::teapotHeaderStatus | function | core/ |
Test special header and status code rendering. |
| RenderCache | class | core/ |
Wraps the caching logic for the render caching system. |
| RenderCache.php | file | core/ |
|
| RenderCache::$cacheContextsManager | property | core/ |
The cache contexts manager. |
| RenderCache::$cacheFactory | property | core/ |
The cache factory. |
| RenderCache::$requestStack | property | core/ |
The request stack. |
| RenderCache::createCacheID | function | core/ |
Creates the cache ID for a renderable element. |
| RenderCache::get | function | core/ |
Gets the cached, pre-rendered element of a renderable element from cache. |
| RenderCache::getCacheableRenderArray | function | core/ |
Gets a cacheable render array for a render array and its rendered output. |
| RenderCache::maxAgeToExpire | function | core/ |
Maps a #cache[max-age] value to an "expire" value for the Cache API. |
| RenderCache::set | function | core/ |
Caches the rendered output of a renderable array. |
| RenderCache::__construct | function | core/ |
Constructs a new RenderCache object. |
| RenderCacheIntegrationTest | class | core/ |
Tests the general integration between views and the render cache. |
| RenderCacheIntegrationTest.php | file | core/ |
|
| RenderCacheIntegrationTest::$modules | property | core/ |
Modules to enable. |
| RenderCacheIntegrationTest::$testViews | property | core/ |
Views to be enabled. |
| RenderCacheIntegrationTest::assertCacheTagsForEntityBasedView | function | core/ |
Tests cache tags on output & result cache items for an entity-based view. |
| RenderCacheIntegrationTest::assertCacheTagsForFieldBasedView | function | core/ |
Tests cache tags on output & result cache items for a field-based view. |
| RenderCacheIntegrationTest::setUp | function | core/ |
|
| RenderCacheIntegrationTest::testBuildRenderableWithCacheContexts | function | core/ |
Ensure that the view renderable contains the cache contexts. |
| RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginNone | function | core/ |
Tests a entity-based view's cache tags when using the "none" cache plugin. |
| RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTag | function | core/ |
Tests a entity-based view's cache tags when using the "tag" cache plugin. |
| RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTime | function | core/ |
Tests a entity-based view's cache tags when using the "time" cache plugin. |
| RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginNone | function | core/ |
Tests a field-based view's cache tags when using the "none" cache plugin. |
| RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTag | function | core/ |
Tests a field-based view's cache tags when using the "tag" cache plugin. |
| RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTime | function | core/ |
Tests a field-based view's cache tags when using the "time" cache plugin. |
| RenderCacheIntegrationTest::testViewAddCacheMetadata | function | core/ |
Ensures that saving a view calculates the cache contexts. |
| RenderCacheInterface | interface | core/ |
Defines an interface for caching rendered render arrays. |
| RenderCacheInterface.php | file | core/ |
|
| RenderCacheInterface::get | function | core/ |
Gets the cached, pre-rendered element of a renderable element from cache. |
| RenderCacheInterface::getCacheableRenderArray | function | core/ |
Gets a cacheable render array for a render array and its rendered output. |
| RenderCacheInterface::set | function | core/ |
Caches the rendered output of a renderable array. |
| RenderCacheTest | class | core/ |
Tests the caching of render items via functional tests. |
| RenderCacheTest.php | file | core/ |
|
| RenderCacheTest::$modules | property | core/ |
Modules to enable. |
| RenderCacheTest::doTestUser1WithContexts | function | core/ |
Ensures that user 1 has a unique render cache for the given context. |
| RenderCacheTest::setUp | function | core/ |
|
| RenderCacheTest::testUser1PermissionContext | function | core/ |
Tests that user 1 has a different permission context with the same roles. |
| RenderCacheTest::testUser1RolesContext | function | core/ |
Tests that user 1 has a different roles context with the same roles. |
| RenderCacheWebTest | class | core/ |
Tests render caching of blocks provided by views. |
| RenderCacheWebTest.php | file | core/ |
Pagination
- Previous page
- Page 46
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.