Search for render
- Search 7.x for render
- Search 9.5.x for render
- Search 8.9.x for render
- Search 11.x for render
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RenderElementTypesTest::$modules | property | core/ |
Modules to install. |
RenderElementTypesTest::assertElements | function | core/ |
Asserts that an array of elements is rendered properly. |
RenderElementTypesTest::setUp | function | core/ |
|
RenderElementTypesTest::testContainer | function | core/ |
Tests system #type 'container'. |
RenderElementTypesTest::testHtmlTag | function | core/ |
Tests system #type 'html_tag'. |
RenderElementTypesTest::testMoreLink | function | core/ |
Tests system #type 'more_link'. |
RenderElementTypesTest::testSystemCompactLink | function | core/ |
Tests system #type 'system_compact_link'. |
renderer | service | core/ |
Drupal\Core\Render\Renderer |
Renderer | class | core/ |
Turns a render array into an HTML string. |
Renderer.php | file | core/ |
|
Renderer::$callableResolver | property | core/ |
The callable resolver. |
Renderer::$contextCollection | property | core/ |
The render context collection. |
Renderer::$elementInfo | property | core/ |
The element info. |
Renderer::$isRenderingRoot | property | core/ |
Whether we're currently in a ::renderRoot() call. |
Renderer::$placeholderGenerator | property | core/ |
The placeholder generator. |
Renderer::$renderCache | property | core/ |
The render cache service. |
Renderer::$rendererConfig | property | core/ |
The renderer configuration array. |
Renderer::$requestStack | property | core/ |
The request stack. |
Renderer::$theme | property | core/ |
The theme manager. |
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/ |
The cache contexts associated with this object. |
RendererBase::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
RendererBase::getCacheTags | function | core/ |
The cache tags associated with this object. |
RendererBase::preRender | function | core/ |
Runs before each entity is rendered. |
RendererBase::query | function | core/ |
Alters the query if needed. |
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.