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 11.x for render
  5. Other projects
Title Object type File name Summary
HighlightCommand::render function core/modules/views/src/Ajax/HighlightCommand.php Return an array to be run through json_encode and sent to the client.
HistoryRenderCallback class core/modules/history/src/HistoryRenderCallback.php Render callback object.
HistoryRenderCallback.php file core/modules/history/src/HistoryRenderCallback.php
HistoryRenderCallback::lazyBuilder function core/modules/history/src/HistoryRenderCallback.php #lazy_builder callback; attaches the last read timestamp for a node.
HistoryUserTimestamp::render function core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Renders the field.
hook_ajax_render_alter function core/lib/Drupal/Core/Form/form.api.php Alter the Ajax command data that is sent to the client.
hook_render_template function core/lib/Drupal/Core/Render/theme.api.php Render a template using the theme engine.
hook_views_post_render function core/modules/views/views.api.php Post-process any render data.
hook_views_pre_render function core/modules/views/views.api.php Act on the view immediately before rendering it.
HtmlCommand::render function core/lib/Drupal/Core/Ajax/HtmlCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
HtmlRenderer class core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Default main content renderer for HTML requests.
HtmlRenderer.php file core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php
HtmlRenderer::$displayVariantManager property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The display variant manager.
HtmlRenderer::$eventDispatcher property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The event dispatcher.
HtmlRenderer::$moduleHandler property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The module handler.
HtmlRenderer::$renderCache property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The render cache service.
HtmlRenderer::$renderer property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The renderer service.
HtmlRenderer::$rendererConfig property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The renderer configuration array.
HtmlRenderer::$themeManager property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The theme manager.
HtmlRenderer::$titleResolver property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The title resolver.
HtmlRenderer::buildPageTopAndBottom function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Invokes the page top and bottom hooks.
HtmlRenderer::invokePageAttachmentHooks function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Invokes the page attachment hooks.
HtmlRenderer::prepare function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Prepares the HTML body: wraps the main content in #type 'page'.
HtmlRenderer::renderResponse function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The entire HTML: takes a #type 'page' and wraps it in a #type 'html'.
HtmlRenderer::__construct function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Constructs a new HtmlRenderer.
HtmlResponseAttachmentsProcessor::$cssCollectionRenderer property core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php The CSS asset collection renderer service.
HtmlResponseAttachmentsProcessor::$jsCollectionRenderer property core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php The JS asset collection renderer service.
HtmlResponseAttachmentsProcessor::$renderer property core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php The renderer.
HtmlResponseAttachmentsProcessor::renderHtmlResponseAttachmentPlaceholders function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Renders HTML response attachment placeholders.
HtmlResponseAttachmentsProcessor::renderPlaceholders function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Renders placeholders (#attached['placeholders']).
HtmlResponseAttachmentsTest::testRenderCachedBlock function core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php Tests caching of ['#attached'].
HtmlTag::preRenderHtmlTag function core/lib/Drupal/Core/Render/Element/HtmlTag.php Pre-render callback: Renders a generic HTML tag with attributes.
HtmlTagTest::providerPreRenderHtmlTag function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php Data provider for preRenderHtmlTag test.
HtmlTagTest::testPreRenderHtmlTag function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php @covers ::preRenderHtmlTag
@dataProvider providerPreRenderHtmlTag
HTTPStatusCode::render function core/modules/views/src/Plugin/views/area/HTTPStatusCode.php Render the area.
ImageButton::preRenderButton function core/lib/Drupal/Core/Render/Element/ImageButton.php
ImageLazyLoadController::renderImage function core/modules/system/tests/modules/image_lazy_load_test/src/Controller/ImageLazyLoadController.php Render an image using image theme.
ImageStyleListBuilder::render function core/modules/image/src/ImageStyleListBuilder.php
InlineTemplate::preRenderInlineTemplate function core/lib/Drupal/Core/Render/Element/InlineTemplate.php Renders a twig string directly.
InputRequired::preRender function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Runs before the view is rendered.
InsertCommand::render function core/lib/Drupal/Core/Ajax/InsertCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
InvokeCommand::render function core/lib/Drupal/Core/Ajax/InvokeCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
JsCollectionRenderer class core/lib/Drupal/Core/Asset/JsCollectionRenderer.php Renders JavaScript assets.
JsCollectionRenderer.php file core/lib/Drupal/Core/Asset/JsCollectionRenderer.php
JsCollectionRenderer::$assetQueryString property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php The asset query string.
JsCollectionRenderer::$deprecatedProperties property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php
JsCollectionRenderer::$fileUrlGenerator property core/lib/Drupal/Core/Asset/JsCollectionRenderer.php The file URL generator.
JsCollectionRenderer::render function core/lib/Drupal/Core/Asset/JsCollectionRenderer.php This class evaluates the aggregation enabled/disabled condition on a group
by group basis by testing whether an aggregate file has been made for the
group rather than by testing the site-wide aggregation setting. This allows
this class to work…
JsCollectionRenderer::__construct function core/lib/Drupal/Core/Asset/JsCollectionRenderer.php Constructs a JsCollectionRenderer.
JsonRenderer class core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php Default main content renderer for JSON requests.

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