Search for preRender
- Search 7.x for preRender
- Search 8.9.x for preRender
- Search 10.3.x for preRender
- Search 11.x for preRender
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldUiTable::tablePreRender | function | core/ |
Performs pre-render tasks on field_ui_table elements. |
File::preRenderFile | function | core/ |
Prepares a #type 'file' render element for input.html.twig. |
FunctionsTest::testDrupalPreRenderLinks | function | core/ |
Tests the use of Link::preRenderLinks() on a nested array of links. |
Hidden::preRenderHidden | function | core/ |
Prepares a #type 'hidden' render element for input.html.twig. |
HtmlTag::preRenderConditionalComments | function | core/ |
Pre-render callback: Renders #browsers into #prefix and #suffix. |
HtmlTag::preRenderHtmlTag | function | core/ |
Pre-render callback: Renders a generic HTML tag with attributes. |
HtmlTagTest::providerPreRenderConditionalComments | function | core/ |
Data provider for conditional comments test. |
HtmlTagTest::providerPreRenderHtmlTag | function | core/ |
Data provider for preRenderHtmlTag test. |
HtmlTagTest::testPreRenderConditionalComments | function | core/ |
@group legacy @covers ::preRenderConditionalComments @dataProvider providerPreRenderConditionalComments |
HtmlTagTest::testPreRenderHtmlTag | function | core/ |
@covers ::preRenderHtmlTag @dataProvider providerPreRenderHtmlTag |
ImageButton::preRenderButton | function | core/ |
Prepares a #type 'button' render element for input.html.twig. |
InlineTemplate::preRenderInlineTemplate | function | core/ |
Renders a twig string directly. |
InputRequired::preRender | function | core/ |
Runs before the view is rendered. |
LayoutBuilder::preRender | function | core/ |
Pre-render callback: Renders the Layout Builder UI. |
Link::preRenderLink | function | core/ |
Pre-render callback: Renders a link into #markup. |
Link::preRenderLinks | function | core/ |
Pre-render callback: Collects child links into a single array. |
MachineName::preRender | function | core/ |
Runs before any fields are rendered. |
ManagedFile::preRenderManagedFile | function | core/ |
Render API callback: Hides display of the upload or remove controls. |
MediaLibraryWidget::preRenderWidget | function | core/ |
Prepares the widget's render element for rendering. |
NodeNewComments::preRender | function | core/ |
Runs before any fields are rendered. |
Number::preRenderNumber | function | core/ |
Prepares a #type 'number' render element for input.html.twig. |
OliveroPreRender | class | core/ |
Implements trusted prerender callbacks for the Olivero theme. |
OliveroPreRender.php | file | core/ |
|
OliveroPreRender::messagePlaceholder | function | core/ |
Prerender callback for status_messages placeholder. |
OliveroPreRender::textFormat | function | core/ |
Prerender callback for text_format elements. |
OliveroPreRender::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
Pager::preRenderPager | function | core/ |
#pre_render callback to associate the appropriate cache context. |
PagerPluginBase::preRender | function | core/ |
Perform any needed actions just before rendering. |
Password::preRenderPassword | function | core/ |
Prepares a #type 'password' render element for input.html.twig. |
Permissions::preRender | function | core/ |
Runs before any fields are rendered. |
PluginBase::preRenderAddFieldsetMarkup | function | core/ |
Moves form elements into fieldsets for presentation purposes. |
PluginBase::preRenderFlattenData | function | core/ |
Flattens the structure of form elements. |
PrerenderList | class | core/ |
Field handler to provide a list of items. |
PrerenderList.php | file | core/ |
|
PrerenderList::$items | property | core/ |
Stores all items which are used to render the items. |
PrerenderList::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
PrerenderList::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
PrerenderList::getItems | function | core/ |
Items should be stored in the result array, if possible, as an array with 'value' as the actual displayable value of the item, plus any items that might be found in the 'alter' options array for creating links, such as… |
PrerenderList::renderItems | function | core/ |
Render all items in this field together. |
ProcessedText::preRenderText | function | core/ |
Pre-render callback: Renders a processed text element into #markup. |
Radio::preRenderRadio | function | core/ |
Prepares a #type 'radio' render element for input.html.twig. |
Range::preRenderRange | function | core/ |
Prepares a #type 'range' render element for input.html.twig. |
RenderElement::preRenderAjaxForm | function | core/ |
Adds Ajax information about an element to communicate with JavaScript. |
RenderElement::preRenderGroup | function | core/ |
Adds members of this group as actual elements for rendering. |
RenderElementTest::testPreRenderAjaxForm | function | core/ |
@covers ::preRenderAjaxForm |
RenderElementTest::testPreRenderAjaxFormWithQueryOptions | function | core/ |
@covers ::preRenderAjaxForm |
RendererBase::preRender | function | core/ |
Runs before each entity is rendered. |
RendererBubblingTest::providerTestBubblingWithPrerender | function | core/ |
Provides two test elements: one without, and one with the theme system. |
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. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.