Search for render
- Search 7.x for render
- Search 9.5.x for render
- Search 8.9.x for render
- Search 10.3.x for render
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
Renderer::$isRenderingRoot | property | core/ |
Whether we're currently in a ::renderRoot() call. |
Renderer::$rendererConfig | property | core/ |
The renderer configuration array. |
Renderer::addCacheableDependency | function | core/ |
|
Renderer::addDebugOutput | function | core/ |
Add cache debug information to the render array. |
Renderer::doCallback | function | core/ |
Performs a callback. |
Renderer::doRender | function | core/ |
See the docs for ::render(). |
Renderer::doRenderPlaceholder | function | core/ |
Renders a placeholder into markup. |
Renderer::doReplacePlaceholder | function | core/ |
Replaces a placeholder with its markup. |
Renderer::ensureMarkupIsSafe | function | core/ |
Escapes #plain_text or filters #markup as required. |
Renderer::executeInRenderContext | function | core/ |
|
Renderer::getCurrentRenderContext | function | core/ |
Returns the current render context. |
Renderer::hasRenderContext | function | core/ |
|
Renderer::mergeBubbleableMetadata | function | core/ |
|
Renderer::render | function | core/ |
|
Renderer::renderInIsolation | function | core/ |
|
Renderer::renderPlaceholder | function | core/ |
|
Renderer::renderPlain | function | core/ |
|
Renderer::renderRoot | function | core/ |
|
Renderer::replacePlaceholders | function | core/ |
Replaces placeholders. |
Renderer::setCurrentRenderContext | function | core/ |
Sets the current render context. |
Renderer::xssFilterAdminIfUnsafe | function | core/ |
Applies a very permissive XSS/HTML filter for admin-only use. |
Renderer::__construct | function | core/ |
Constructs a new Renderer. |
RendererBase | class | core/ |
Defines a base class for entity renderers. |
RendererBase.php | file | core/ |
|
RendererBase::$build | property | core/ |
Contains an array of render arrays, one for each rendered entity. |
RendererBase::$entityType | property | core/ |
The type of the entity being rendered. |
RendererBase::$languageManager | property | core/ |
The language manager. |
RendererBase::$view | property | core/ |
The view executable wrapping the view storage entity. |
RendererBase::getCacheContexts | function | core/ |
|
RendererBase::getCacheMaxAge | function | core/ |
|
RendererBase::getCacheTags | function | core/ |
|
RendererBase::preRender | function | core/ |
Runs before each entity is rendered. |
RendererBase::query | function | core/ |
Alters the query if needed. |
RendererBase::render | function | core/ |
Renders entity data. |
RendererBase::__construct | function | core/ |
Constructs a renderer object. |
RendererBubblingTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Renderer @group Render |
RendererBubblingTest.php | file | core/ |
|
RendererBubblingTest::providerTestBubblingWithPrerender | function | core/ |
Provides two test elements: one without, and one with the theme system. |
RendererBubblingTest::providerTestContextBubblingEdgeCases | function | core/ |
|
RendererBubblingTest::setUp | function | core/ |
|
RendererBubblingTest::testBubblingWithoutPreRender | function | core/ |
Tests bubbling of assets when NOT using #pre_render callbacks. |
RendererBubblingTest::testBubblingWithPrerender | function | core/ |
Tests bubbling of bubbleable metadata added by #pre_render callbacks. |
RendererBubblingTest::testConditionalCacheContextBubblingSelfHealing | function | core/ |
Tests the self-healing of the redirect with conditional cache contexts. |
RendererBubblingTest::testContextBubblingCustomCacheBin | function | core/ |
Tests cache context bubbling with a custom cache bin. |
RendererBubblingTest::testContextBubblingEdgeCases | function | core/ |
Tests cache context bubbling in edge cases, because it affects the CID. |
RendererBubblingTest::testOverWriteCacheKeys | function | core/ |
Tests that an element's cache keys cannot be changed during its rendering. |
RendererCallbackTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Renderer @group Render |
RendererCallbackTest.php | file | core/ |
|
RendererCallbackTest::providerTestCallback | function | core/ |
Data provider for testCallback(). |
RendererCallbackTest::renderCallback | function | core/ |
A test render callback. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.