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
FormAjaxResponseBuilder::$ajaxRenderer property core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php The main content to AJAX Response renderer.
FormAjaxResponseBuilderTest::$renderer property core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php
FormAjaxResponseBuilderTest::testBuildResponseRenderArray function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php @covers ::buildResponse
FormattedDateDiff::toRenderable function core/lib/Drupal/Core/Datetime/FormattedDateDiff.php Returns a render array representation of the object.
FormBuilder::renderFormTokenPlaceholder function core/lib/Drupal/Core/Form/FormBuilder.php Renders the form CSRF token. It's a #lazy_builder callback.
FormBuilder::renderPlaceholderFormAction function core/lib/Drupal/Core/Form/FormBuilder.php Renders a form action URL. It's a #lazy_builder callback.
FormElement::preRenderAjaxForm function core/lib/Drupal/Core/Render/Element/FormElement.php Adds Ajax information about an element to communicate with JavaScript.
FormElement::preRenderGroup function core/lib/Drupal/Core/Render/Element/FormElement.php Adds members of this group as actual elements for rendering.
FormElementsRenderTest class core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php Performs integration tests on \Drupal::service('renderer')->render().
FormElementsRenderTest.php file core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php
FormElementsRenderTest::$modules property core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php Modules to install.
FormElementsRenderTest::assertRenderedElement function core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php Tests that elements are rendered properly.
FormElementsRenderTest::testDrupalRenderFormElements function core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php Tests rendering form elements without using doBuildForm().
FormErrorHandler::$renderer property core/modules/inline_form_errors/src/FormErrorHandler.php The renderer service.
FormErrorHandlerTest::$renderer property core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php The renderer.
FormTestInputForgeryForm::postRender function core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php Alters the rendered form to simulate input forgery.
ForumController::$renderer property core/modules/forum/src/Controller/ForumController.php The renderer.
FrameworkTest::testAJAXRender function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Verifies the Ajax rendering of a command in the settings.
FrameworkTest::testAJAXRenderError function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Tests the behavior of an error alert command.
Full::render function core/modules/views/src/Plugin/views/pager/Full.php Return the renderable array of the pager.
FunctionsTest::testDrupalPreRenderLinks function core/modules/system/tests/src/Kernel/Theme/FunctionsTest.php Tests the use of Link::preRenderLinks() on a nested array of links.
HandlerFieldFieldTest::doTestFormatterSimpleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests that fields with formatters runs as expected.
HandlerFieldFieldTest::doTestInaccessibleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests inaccessible field rendering.
HandlerFieldFieldTest::doTestMultipleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests multi-value field rendering.
HandlerFieldFieldTest::doTestSimpleFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests simple field rendering.
HandlerFieldFieldTest::testFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests fields rendering in views.
HelpTopicSection::renderTopicForSearch function core/modules/help/src/Plugin/HelpSection/HelpTopicSection.php Renders one topic for search indexing or search results.
HelpTopicsSyntaxTest::renderHelpTopic function core/modules/help/tests/src/Functional/HelpTopicsSyntaxTest.php Renders a help topic in a special manner.
Hidden::preRenderHidden function core/lib/Drupal/Core/Render/Element/Hidden.php Prepares a #type 'hidden' render element for input.html.twig.
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.

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