Search for render
- Search 7.x for render
- Search 9.5.x for render
- Search 8.9.x for render
- Search 10.3.x for render
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PlaceholderingRenderCache::createPlaceholderAndRemember | function | core/ |
Create a placeholder for a renderable array and remember in a static cache. |
PlaceholderingRenderCache::get | function | core/ |
Gets the cached, pre-rendered element of a renderable element from cache. |
PlaceholderingRenderCache::getFromPlaceholderResultsCache | function | core/ |
Retrieves an auto-placeholdered renderable array from the static cache. |
PlaceholderingRenderCache::set | function | core/ |
Caches the rendered output of a renderable array. |
PlaceholderingRenderCache::__construct | function | core/ |
Constructs a new PlaceholderingRenderCache object. |
PlainTextOutput::renderFromHtml | function | core/ |
Transforms a given HTML string into to a context-appropriate output string. |
PlainTextOutputTest::providerRenderFromHtml | function | core/ |
Data provider for ::testRenderFromHtml() |
PlainTextOutputTest::testRenderFromHtml | function | core/ |
Tests ::renderFromHtml(). |
PluginBase::$renderer | property | core/ |
Stores the render API renderer. |
PluginBase::getRenderer | function | core/ |
Returns the render API renderer. |
PluginBase::preRenderAddFieldsetMarkup | function | core/ |
Moves form elements into fieldsets for presentation purposes. |
PluginBase::preRenderFlattenData | function | core/ |
Flattens the structure of form elements. |
PluralTranslatableMarkup::render | function | core/ |
Renders the object as a string. |
PrependCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
PrerenderList | class | core/ |
Field handler to provide a list of items. |
PrerenderList.php | file | core/ |
|
PrerenderList::$items | property | core/ |
Stores all items which are used to render the items. |
PrerenderList::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
PrerenderList::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
PrerenderList::getItems | function | core/ |
Items should be stored in the result array, if possible, as an array with 'value' as the actual displayable value of the item, plus any items that might be found in the 'alter' options array for creating links, such as… |
PrerenderList::renderItems | function | core/ |
Render all items in this field together. |
ProcessedText::preRenderText | function | core/ |
Pre-render callback: Renders a processed text element into #markup. |
Radio::preRenderRadio | function | core/ |
Prepares a #type 'radio' render element for input.html.twig. |
Range::preRenderRange | function | core/ |
Prepares a #type 'range' render element for input.html.twig. |
RawStringFormatterTest::renderEntityFields | function | core/ |
Renders fields of a given entity with a given display. |
RedirectCommand::render | function | core/ |
Implements \Drupal\Core\Ajax\CommandInterface:render(). |
RelationshipTest::testRelationshipRender | function | core/ |
Tests rendering of a view with a relationship. |
RemoveCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
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 install. |
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. |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.