Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
RenderedEntity::__construct function core/modules/views/src/Plugin/views/field/RenderedEntity.php Constructs a new RenderedEntity object.
RenderElement::processAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElement.php Form element processing handler for the #ajax form property.
RenderElement::processGroup function core/lib/Drupal/Core/Render/Element/RenderElement.php Arranges elements into groups.
RenderElement::setAttributes function core/lib/Drupal/Core/Render/Element/RenderElement.php Sets a form element's class attribute.
RenderElementHelper::processElement function core/modules/inline_form_errors/src/RenderElementHelper.php Process all render elements.
RenderElementTest class core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php @coversDefaultClass \Drupal\Core\Render\Element\RenderElement[[api-linebreak]]
@group Render
RenderElementTest.php file core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php
RenderElementTest::$container property core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php The container.
RenderElementTest::$requestStack property core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php The request stack.
RenderElementTest::setUp function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php
RenderElementTest::testPreRenderAjaxForm function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php @covers ::preRenderAjaxForm[[api-linebreak]]
RenderElementTest::testPreRenderAjaxFormWithQueryOptions function core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php @covers ::preRenderAjaxForm[[api-linebreak]]
RenderElementTypesTest class core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php Tests the markup of core render element types passed to drupal_render().
RenderElementTypesTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php
RenderElementTypesTest::$modules property core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php Modules to enable.
RenderElementTypesTest::assertElements function core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php Asserts that an array of elements is rendered properly.
RenderElementTypesTest::setUp function core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php
RenderElementTypesTest::testContainer function core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php Tests system #type 'container'.
RenderElementTypesTest::testHtmlTag function core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php Tests system #type 'html_tag'.
RenderElementTypesTest::testMoreLink function core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php Tests system #type 'more_link'.
RenderElementTypesTest::testSystemCompactLink function core/tests/Drupal/KernelTests/Core/Render/Element/RenderElementTypesTest.php Tests system #type 'system_compact_link'.
Renderer::$controllerResolver property core/lib/Drupal/Core/Render/Renderer.php The controller resolver.
Renderer::$isRenderingRoot property core/lib/Drupal/Core/Render/Renderer.php Whether we're currently in a ::renderRoot() call.
Renderer::$requestStack property core/lib/Drupal/Core/Render/Renderer.php The request stack.
Renderer::ensureMarkupIsSafe function core/lib/Drupal/Core/Render/Renderer.php Escapes #plain_text or filters #markup as required.
Renderer::hasRenderContext function core/lib/Drupal/Core/Render/Renderer.php Checks whether a render context is active.
Renderer::replacePlaceholders function core/lib/Drupal/Core/Render/Renderer.php Replaces placeholders.
Renderer::setCurrentRenderContext function core/lib/Drupal/Core/Render/Renderer.php Sets the current render context.
Renderer::xssFilterAdminIfUnsafe function core/lib/Drupal/Core/Render/Renderer.php Applies a very permissive XSS/HTML filter for admin-only use.
Renderer::__construct function core/lib/Drupal/Core/Render/Renderer.php Constructs a new Renderer.
RendererBase class core/modules/views/src/Entity/Render/RendererBase.php Defines a base class for entity renderers.
RendererBase.php file core/modules/views/src/Entity/Render/RendererBase.php
RendererBase::$build property core/modules/views/src/Entity/Render/RendererBase.php Contains an array of render arrays, one for each rendered entity.
RendererBase::$entityType property core/modules/views/src/Entity/Render/RendererBase.php The type of the entity being rendered.
RendererBase::$languageManager property core/modules/views/src/Entity/Render/RendererBase.php The language manager.
RendererBase::$view property core/modules/views/src/Entity/Render/RendererBase.php The view executable wrapping the view storage entity.
RendererBase::getCacheContexts function core/modules/views/src/Entity/Render/RendererBase.php The cache contexts associated with this object.
RendererBase::getCacheMaxAge function core/modules/views/src/Entity/Render/RendererBase.php The maximum age for which this object may be cached.
RendererBase::getCacheTags function core/modules/views/src/Entity/Render/RendererBase.php The cache tags associated with this object.
RendererBase::preRender function core/modules/views/src/Entity/Render/RendererBase.php Runs before each entity is rendered.
RendererBase::query function core/modules/views/src/Entity/Render/RendererBase.php Alters the query if needed.
RendererBase::render function core/modules/views/src/Entity/Render/RendererBase.php Renders entity data.
RendererBase::__construct function core/modules/views/src/Entity/Render/RendererBase.php Constructs a renderer object.
RendererBubblingTest class core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php @coversDefaultClass \Drupal\Core\Render\Renderer[[api-linebreak]]
@group Render
RendererBubblingTest.php file core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php Contains \Drupal\Tests\Core\Render\RendererBubblingTest.
RendererBubblingTest::providerTestBubblingWithPrerender function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php Provides two test elements: one without, and one with the theme system.
RendererBubblingTest::providerTestContextBubblingEdgeCases function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php
RendererBubblingTest::setUp function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php
RendererBubblingTest::testBubblingWithoutPreRender function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php Tests bubbling of assets when NOT using #pre_render callbacks.
RendererBubblingTest::testBubblingWithPrerender function core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php Tests bubbling of bubbleable metadata added by #pre_render callbacks.

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