Search for end
| Title | Object type | File name | Summary |
|---|---|---|---|
| RefinableDependentAccessInterface | interface | core/ |
An interface to allow adding an access dependency. |
| RefinableDependentAccessInterface.php | file | core/ |
|
| RefinableDependentAccessInterface::addAccessDependency | function | core/ |
Adds an access dependency into the existing access dependency. |
| RefinableDependentAccessInterface::setAccessDependency | function | core/ |
Sets the access dependency. |
| RefinableDependentAccessTrait | trait | core/ |
Trait for \Drupal\block_content\Access\RefinableDependentAccessInterface. |
| RefinableDependentAccessTrait.php | file | core/ |
|
| RefinableDependentAccessTrait::$accessDependency | property | core/ |
The access dependency. |
| RefinableDependentAccessTrait::addAccessDependency | function | core/ |
|
| RefinableDependentAccessTrait::getAccessDependency | function | core/ |
|
| RefinableDependentAccessTrait::setAccessDependency | function | core/ |
|
| RefinableDependentAccessTraitTestClass | class | core/ |
Test class that implements RefinableDependentAccessInterface. |
| RelationshipPluginBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| RelationshipTest::testRelationshipRender | function | core/ |
Tests rendering of a view with a relationship. |
| RemoveCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
| render | function | core/ |
Renders an element. |
| Render API overview | group | core/ |
Overview of the Theme system and Render API. |
| RenderableInterface | interface | core/ |
Defines an object which can be rendered by the Render API. |
| RenderableInterface.php | file | core/ |
|
| RenderableInterface::toRenderable | function | core/ |
Returns a render array representation of the object. |
| RenderArrayNonHtmlSubscriber | class | core/ |
Throws 406 if requesting non-HTML format and controller returns render array. |
| RenderArrayNonHtmlSubscriber.php | file | core/ |
|
| RenderArrayNonHtmlSubscriber::getSubscribedEvents | function | core/ |
|
| RenderArrayNonHtmlSubscriber::onRespond | function | core/ |
Throws an HTTP 406 error if client requested a non-HTML format. |
| RenderArrayNonHtmlSubscriberTest | class | core/ |
Functional test verifying that render array throws 406 for non-HTML requests. |
| RenderArrayNonHtmlSubscriberTest.php | file | core/ |
|
| RenderArrayNonHtmlSubscriberTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| RenderArrayNonHtmlSubscriberTest::$modules | property | core/ |
Modules to enable. |
| RenderArrayNonHtmlSubscriberTest::testResponses | function | core/ |
Tests handling of responses by events subscriber. |
| RenderArrayNonHtmlSubscriberTestController | class | core/ |
|
| 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/ |
Tests attached feed rendering. |
| RenderAttachedTestController::head | function | core/ |
Tests attached HTML head rendering. |
| RenderAttachedTestController::header | function | core/ |
Tests attached HTML head rendering. |
| RenderAttachedTestController::htmlHeaderLink | function | core/ |
Tests HTTP header rendering for link. |
| RenderAttachedTestController::teapotHeaderStatus | function | core/ |
Tests 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. |
Pagination
- Previous page
- Page 45
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.