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 |
---|---|---|---|
OpmlFields::render | function | core/ |
Renders a row object. |
OutputStrategyInterface::renderFromHtml | function | core/ |
Transforms a given HTML string into to a context-appropriate output string. |
OverviewTerms::$renderer | property | core/ |
The renderer service. |
Page::$pageRenderArray | property | core/ |
The current page render array. |
Page::buildBasicRenderable | function | core/ |
Builds a basic render array which can be properly render cached. |
Page::getPageRenderArray | function | core/ |
Gets the current views page render array. |
Page::setPageRenderArray | function | core/ |
Sets the current page views render array. |
Pager::preRenderPager | function | core/ |
#pre_render callback to associate the appropriate cache context. |
PageRenderTest | class | core/ |
Test page rendering hooks. |
PageRenderTest.php | file | core/ |
|
PageRenderTest::assertPageRenderHookExceptions | function | core/ |
Asserts whether expected exceptions are thrown for invalid hook implementations. |
PageRenderTest::testHookPageAlter | function | core/ |
Tests hook_page_attachments_alter() exceptions. |
PageRenderTest::testHookPageAttachmentsExceptions | function | core/ |
Tests hook_page_attachments() exceptions. |
PageRenderTest::testHtmlRendererAttachmentsRenderContext | function | core/ |
Tests HtmlRenderer::invokePageAttachmentHooks in a render context. |
PagerPluginBase::preRender | function | core/ |
Perform any needed actions just before rendering. |
PagerPluginBase::render | function | core/ |
Return the renderable array of the pager. |
PagerTest::testRenderNullPager | function | core/ |
Tests rendering with NULL pager. |
PageTest::testBuildBasicRenderable | function | core/ |
@covers ::buildBasicRenderable |
PageTest::testBuildBasicRenderableWithMissingRoute | function | core/ |
@covers ::buildBasicRenderable |
Password::preRenderPassword | function | core/ |
Prepares a #type 'password' render element for input.html.twig. |
PathAliasListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
Permissions::preRender | function | core/ |
Runs before any fields are rendered. |
Permissions::render_item | function | core/ |
Renders a single item of a row. |
PermissionsTest::testPreRenderNullEntity | function | core/ |
Tests the preRender method when getEntity returns NULL. |
PlaceholderGenerator::$rendererConfig | property | core/ |
The renderer configuration array. |
PlaceholderGeneratorTest::testRenderPlaceholdersDifferentSortedContextsTags | function | core/ |
Tests the creation of an element with a #lazy_builder callback. |
PlaceholderingRenderCache | class | core/ |
Adds automatic placeholdering to the RenderCache. |
PlaceholderingRenderCache.php | file | core/ |
|
PlaceholderingRenderCache::$placeholderGenerator | property | core/ |
The placeholder generator. |
PlaceholderingRenderCache::$placeholderResultsCache | property | core/ |
Stores rendered results for automatically placeholdered elements. |
PlaceholderingRenderCache::createPlaceholderAndRemember | function | core/ |
Create a placeholder for a renderable array and remember in a static cache. |
PlaceholderingRenderCache::get | function | core/ |
|
PlaceholderingRenderCache::getFromPlaceholderResultsCache | function | core/ |
Retrieves an auto-placeholdered renderable array from the static cache. |
PlaceholderingRenderCache::set | function | core/ |
|
PlaceholderingRenderCache::__construct | function | core/ |
Constructs a new PlaceholderingRenderCache object. |
PlainTextOutput::renderFromHtml | function | core/ |
Transforms a given HTML string into to a context-appropriate output string. |
PlainTextOutputTest::providerRenderFromHtml | function | core/ |
Data provider for ::testRenderFromHtml() |
PlainTextOutputTest::testRenderFromHtml | function | core/ |
Tests ::renderFromHtml(). |
PluginBase::$renderer | property | core/ |
Stores the render API renderer. |
PluginBase::getRenderer | function | core/ |
Returns the render API renderer. |
PluginBase::preRenderAddFieldsetMarkup | function | core/ |
Moves form elements into fieldsets for presentation purposes. |
PluginBase::preRenderFlattenData | function | core/ |
Flattens the structure of form elements. |
PluralTranslatableMarkup::render | function | core/ |
Renders the object as a string. |
PrependCommand::render | function | core/ |
Implements Drupal\Core\Ajax\CommandInterface:render(). |
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… |
Pagination
- Previous page
- Page 18
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.