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 |
---|---|---|---|
RenderElementBase::preRenderAjaxForm | function | core/ |
Adds Ajax information about an element to communicate with JavaScript. |
RenderElementBase::preRenderGroup | function | core/ |
Adds members of this group as actual elements for rendering. |
RenderElementBase::processAjaxForm | function | core/ |
Form element processing handler for the #ajax form property. |
RenderElementBase::processGroup | function | core/ |
Arranges elements into groups. |
RenderElementBase::removeChild | function | core/ |
Removes a child. |
RenderElementBase::setAttributes | function | core/ |
Sets a form element's class attribute. |
RenderElementBase::setType | function | core/ |
Set type on initialize. |
RenderElementBase::toRenderable | function | core/ |
Returns a render array. |
RenderElementBase::__construct | function | core/ |
Constructs a new render element object. |
RenderElementBase::__get | function | core/ |
Magic method: gets a property value. |
RenderElementBase::__isset | function | core/ |
Magic method: checks if a property value is set. |
RenderElementBase::__set | function | core/ |
Magic method: Sets a property value. |
RenderElementBase::__sleep | function | core/ |
|
RenderElementBase::__unset | function | core/ |
Magic method: unsets a property value. |
RenderElementBase::__wakeup | function | core/ |
|
RenderElementHelper | class | core/ |
Provides functionality to process render elements. |
RenderElementHelper.php | file | core/ |
|
RenderElementHelper::alterElementInfo | function | core/ |
Alters the element type info. |
RenderElementHelper::processElement | function | core/ |
Process all render elements. |
RenderElementTest | class | core/ |
@coversDefaultClass \Drupal\Core\Render\Element\RenderElementBase[[api-linebreak]] @group Render |
RenderElementTest.php | file | core/ |
|
RenderElementTest::$container | property | core/ |
The container. |
RenderElementTest::$requestStack | property | core/ |
The request stack. |
RenderElementTest::providerTestSetAttributes | function | core/ |
Provides test data for testSetAttributes(). |
RenderElementTest::setUp | function | core/ |
|
RenderElementTest::testPreRenderAjaxForm | function | core/ |
@covers ::preRenderAjaxForm[[api-linebreak]] |
RenderElementTest::testPreRenderAjaxFormWithQueryOptions | function | core/ |
@covers ::preRenderAjaxForm[[api-linebreak]] |
RenderElementTest::testSetAttributes | function | core/ |
@covers ::setAttributes[[api-linebreak]] |
RenderElementTypesTest | class | core/ |
Tests the rendered markup of core render element types. |
RenderElementTypesTest.php | file | core/ |
|
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::testLink | function | core/ |
Tests system #type 'link'. |
RenderElementTypesTest::testMoreLink | function | core/ |
Tests system #type 'more_link'. |
RenderElementTypesTest::testSystemCompactLink | function | core/ |
Tests system #type 'system_compact_link'. |
Renderer | class | core/ |
Turns a render array into an HTML string. |
renderer | service | core/ |
Drupal\Core\Render\Renderer |
Renderer.php | file | core/ |
|
Renderer::$contextCollection | property | core/ |
The render context collection. |
Renderer::$isRenderingRoot | property | core/ |
Whether we're currently in a ::renderRoot() call. |
Renderer::$rendererConfig | property | core/ |
The renderer configuration array. |
Renderer::addCacheableDependency | function | core/ |
Adds a dependency on an object: merges its cacheability metadata. |
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::doRenderRoot | function | core/ |
See the docs for ::render(). |
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.