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
JsonRenderer.php file core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php
JsonRenderer::$renderer property core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php The renderer service.
JsonRenderer::$titleResolver property core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php The title resolver.
JsonRenderer::renderResponse function core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php Renders the main content render array into a response.
JsonRenderer::__construct function core/modules/system/tests/modules/common_test/src/Render/MainContent/JsonRenderer.php Constructs a new JsonRenderer.
KernelTestBase::render function core/tests/Drupal/KernelTests/KernelTestBase.php Renders a render array.
KernelTestBaseTest::testRender function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::render
KernelTestBaseTest::testRenderWithTheme function core/tests/Drupal/KernelTests/KernelTestBaseTest.php @covers ::render
LanguageField::render function core/modules/views/src/Plugin/views/field/LanguageField.php Renders the field.
LastTimestamp::render function core/modules/comment/src/Plugin/views/field/LastTimestamp.php Renders the field.
LayoutBuilder::preRender function core/modules/layout_builder/src/Element/LayoutBuilder.php Pre-render callback: Renders the Layout Builder UI.
LayoutBuilderEvents::SECTION_COMPONENT_BUILD_RENDER_ARRAY constant core/modules/layout_builder/src/LayoutBuilderEvents.php Name of the event fired when a component's render array is built.
LayoutBuilderSectionStorageTest::testRenderByContextAwarePluginDelegate function core/modules/layout_builder/tests/src/Functional/LayoutBuilderSectionStorageTest.php Tests that section loading is delegated to plugins during rendering.
LayoutTest::render function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Renders a render array.
LayoutTest::renderLayoutData function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Data provider for testRenderLayout().
LayoutTest::testRenderLayout function core/modules/layout_discovery/tests/src/Kernel/LayoutTest.php Tests rendering a layout.
layout_builder.render_block_component_subscriber service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\EventSubscriber\BlockComponentRenderArray
LazyBuilders::renderAnnouncements function core/modules/announcements_feed/src/LazyBuilders.php Render announcements.
Link::preRenderLink function core/lib/Drupal/Core/Render/Element/Link.php Pre-render callback: Renders a link into #markup.
Link::preRenderLinks function core/lib/Drupal/Core/Render/Element/Link.php Pre-render callback: Collects child links into a single array.
Link::toRenderable function core/lib/Drupal/Core/Link.php Returns a render array representation of the object.
LinkApprove::renderLink function core/modules/comment/src/Plugin/views/field/LinkApprove.php Prepares the link to view an entity.
LinkApproveTest::testRenderNullEntity function core/modules/comment/tests/src/Unit/Plugin/views/field/LinkApproveTest.php Test the render method when getEntity returns NULL.
LinkBase::render function core/modules/views/src/Plugin/views/field/LinkBase.php Renders the field.
LinkBase::renderLink function core/modules/views/src/Plugin/views/field/LinkBase.php Prepares the link to view an entity.
LinkBaseTest::testRenderNullEntity function core/modules/views/tests/src/Unit/Plugin/views/field/LinkBaseTest.php Tests the render method when getEntity returns NULL.
LinkFieldTest::renderTestEntity function core/modules/link/tests/src/Functional/LinkFieldTest.php Renders a test_entity and returns the output.
LinkGenerator::$renderer property core/lib/Drupal/Core/Utility/LinkGenerator.php The renderer service.
LinkGeneratorTest::$renderer property core/tests/Drupal/Tests/Core/Utility/LinkGeneratorTest.php The mocked renderer service.
LinkReplyTest::testRenderNullEntity function core/modules/comment/tests/src/Unit/Plugin/views/field/LinkReplyTest.php Test the render method when getEntity returns NULL.
ListingEmpty::render function core/modules/node/src/Plugin/views/area/ListingEmpty.php Render the area.
ListingEmpty::render function core/modules/block_content/src/Plugin/views/area/ListingEmpty.php Render the area.
MachineName::preRender function core/modules/views/src/Plugin/views/field/MachineName.php Runs before any fields are rendered.
MachineName::render function core/modules/views/src/Plugin/views/field/MachineName.php Renders the field.
MailManager::$renderer property core/lib/Drupal/Core/Mail/MailManager.php The renderer.
MailManagerTest::$renderer property core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php The renderer.
MailManagerTest::testMailInRenderContext function core/tests/Drupal/Tests/Core/Mail/MailManagerTest.php Tests that mails are sent in a separate render context.
MailTest::testRenderedElementsUseAbsolutePaths function core/modules/system/tests/src/Kernel/Mail/MailTest.php Checks that mails built from render arrays contain absolute paths.
MainContentRendererInterface interface core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php The interface for "main content" (
MainContentRendererInterface.php file core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php
MainContentRendererInterface::renderResponse function core/lib/Drupal/Core/Render/MainContent/MainContentRendererInterface.php Renders the main content render array into a response.
MainContentRenderersPass class core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php Adds main_content_renderers parameter to the container.
MainContentRenderersPass.php file core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php
MainContentRenderersPass::process function core/lib/Drupal/Core/Render/MainContent/MainContentRenderersPass.php Collects the available main content renderer service IDs into the
main_content_renderers parameter, keyed by format.
MainContentViewSubscriber::$mainContentRenderers property core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php The available main content renderer services, keyed per format.
MainContentViewSubscriber::onViewRenderArray function core/lib/Drupal/Core/EventSubscriber/MainContentViewSubscriber.php Sets a response given a (main content) render array.
MaintenanceModeSubscriber::$bareHtmlPageRenderer property core/lib/Drupal/Core/EventSubscriber/MaintenanceModeSubscriber.php The bare HTML page renderer.
main_content_renderer.ajax service core/core.services.yml Drupal\Core\Render\MainContent\AjaxRenderer
main_content_renderer.dialog service core/core.services.yml Drupal\Core\Render\MainContent\DialogRenderer
main_content_renderer.extra_wide_modal service core/modules/system/tests/modules/dialog_renderer_test/dialog_renderer_test.services.yml Drupal\dialog_renderer_test\Render\MainContent\WideModalRenderer

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