Search for preRender
- Search 7.x for preRender
- Search 9.5.x for preRender
- Search 10.3.x for preRender
- Search 11.x for preRender
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
FieldPluginBase::preRender | function | core/ |
Runs before any fields are rendered. |
FieldUiTable::preRenderRegionRows | function | core/ |
Performs pre-render to move #regions to rows. |
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/ |
Test the use of Link::preRenderLinks() on a nested array of links. |
FunctionsTest::testDrupalPreRenderLinksLegacy | function | core/ |
Test the use of drupal_pre_render_links() 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/ |
@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. |
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. It should be keyed first by the id of the base table, for example nid. The second key is the id of the thing which is displayed multiple times per row, for example the tid. |
PrerenderList::buildOptionsForm | function | core/ |
Default options form that provides the 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. |
Roles::preRender | function | core/ |
Runs before any fields are rendered. |
RowPluginBase::preRender | function | core/ |
Allow the style to do stuff before each row is rendered. |
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.