Search for render

  1. Search 7.x for render
  2. Search 9.5.x for render
  3. Search 8.9.x for render
  4. Search 10.3.x for render
  5. Other projects
Title Object type File name Summary
PlaceholderingRenderCache::__construct function core/lib/Drupal/Core/Render/PlaceholderingRenderCache.php Constructs a new PlaceholderingRenderCache object.
PlainTextOutput::renderFromHtml function core/lib/Drupal/Component/Render/PlainTextOutput.php Transforms a given HTML string into to a context-appropriate output string.
PlainTextOutputTest::providerRenderFromHtml function core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php Data provider for ::testRenderFromHtml()
PlainTextOutputTest::testRenderFromHtml function core/tests/Drupal/Tests/Component/Render/PlainTextOutputTest.php Tests ::renderFromHtml().
PluginBase::$renderer property core/modules/views/src/Plugin/views/PluginBase.php Stores the render API renderer.
PluginBase::getRenderer function core/modules/views/src/Plugin/views/PluginBase.php Returns the render API renderer.
PluginBase::preRenderAddFieldsetMarkup function core/modules/views/src/Plugin/views/PluginBase.php Moves form elements into fieldsets for presentation purposes.
PluginBase::preRenderFlattenData function core/modules/views/src/Plugin/views/PluginBase.php Flattens the structure of form elements.
PluralTranslatableMarkup::render function core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php Renders the object as a string.
PrependCommand::render function core/lib/Drupal/Core/Ajax/PrependCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
PrerenderList class core/modules/views/src/Plugin/views/field/PrerenderList.php Field handler to provide a list of items.
PrerenderList.php file core/modules/views/src/Plugin/views/field/PrerenderList.php
PrerenderList::$items property core/modules/views/src/Plugin/views/field/PrerenderList.php Stores all items which are used to render the items.
PrerenderList::buildOptionsForm function core/modules/views/src/Plugin/views/field/PrerenderList.php Default option form that provides label widget that all fields should have.
PrerenderList::defineOptions function core/modules/views/src/Plugin/views/field/PrerenderList.php Information about options for all kinds of purposes will be held here.
PrerenderList::getItems function core/modules/views/src/Plugin/views/field/PrerenderList.php 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/modules/views/src/Plugin/views/field/PrerenderList.php Render all items in this field together.
ProcessedText::preRenderText function core/modules/filter/src/Element/ProcessedText.php Pre-render callback: Renders a processed text element into #markup.
Radio::preRenderRadio function core/lib/Drupal/Core/Render/Element/Radio.php Prepares a #type 'radio' render element for input.html.twig.
Range::preRenderRange function core/lib/Drupal/Core/Render/Element/Range.php Prepares a #type 'range' render element for input.html.twig.
RawStringFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/KernelString/RawStringFormatterTest.php Renders fields of a given entity with a given display.
RedirectCommand::render function core/lib/Drupal/Core/Ajax/RedirectCommand.php Implements \Drupal\Core\Ajax\CommandInterface:render().
RelationshipTest::testRelationshipRender function core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php Tests rendering of a view with a relationship.
RemoveCommand::render function core/lib/Drupal/Core/Ajax/RemoveCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
Render API overview group core/lib/Drupal/Core/Render/theme.api.php Overview of the Theme system and Render API.
RenderableInterface interface core/lib/Drupal/Core/Render/RenderableInterface.php Defines an object which can be rendered by the Render API.
RenderableInterface.php file core/lib/Drupal/Core/Render/RenderableInterface.php
RenderableInterface::toRenderable function core/lib/Drupal/Core/Render/RenderableInterface.php Returns a render array representation of the object.
RenderArrayNonHtmlSubscriber class core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php Throws 406 if requesting non-HTML format and controller returns render array.
RenderArrayNonHtmlSubscriber.php file core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php
RenderArrayNonHtmlSubscriber::getSubscribedEvents function core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php
RenderArrayNonHtmlSubscriber::onRespond function core/lib/Drupal/Core/EventSubscriber/RenderArrayNonHtmlSubscriber.php Throws an HTTP 406 error if client requested a non-HTML format.
RenderArrayNonHtmlSubscriberTest class core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php Functional test verifying that render array throws 406 for non-HTML requests.
RenderArrayNonHtmlSubscriberTest.php file core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php
RenderArrayNonHtmlSubscriberTest::$defaultTheme property core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php The theme to install as the default for testing.
RenderArrayNonHtmlSubscriberTest::$modules property core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php Modules to install.
RenderArrayNonHtmlSubscriberTest::testResponses function core/modules/system/tests/src/Functional/Render/RenderArrayNonHtmlSubscriberTest.php Tests handling of responses by events subscriber.
RenderArrayNonHtmlSubscriberTestController class core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderArrayNonHtmlSubscriberTestController.php file core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderArrayNonHtmlSubscriberTestController::rawString function core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderArrayNonHtmlSubscriberTestController::renderArray function core/modules/system/tests/modules/render_array_non_html_subscriber_test/src/RenderArrayNonHtmlSubscriberTestController.php
RenderAttachedTestController class core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Controller for various permutations of #attached in the render array.
RenderAttachedTestController.php file core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php
RenderAttachedTestController::feed function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests attached feed rendering.
RenderAttachedTestController::head function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests attached HTML head rendering.
RenderAttachedTestController::header function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests attached HTML head rendering.
RenderAttachedTestController::htmlHeaderLink function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests HTTP header rendering for link.
RenderAttachedTestController::teapotHeaderStatus function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests special header and status code rendering.
RenderCache class core/lib/Drupal/Core/Render/RenderCache.php Wraps the caching logic for the render caching system.
RenderCache.php file core/lib/Drupal/Core/Render/RenderCache.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.