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 |
---|---|---|---|
EntityFieldRenderer::render | function | core/ |
Renders entity field data. |
EntityFieldRenderer::__construct | function | core/ |
Constructs an EntityFieldRenderer object. |
EntityFormDisplay::collectRenderDisplay | function | core/ |
Returns the entity_form_display object used to build an entity form. |
EntityFormDisplay::getRenderer | function | core/ |
Gets the renderer plugin for a field (e.g. widget, formatter). |
EntityLabel::preRender | function | core/ |
Runs before any fields are rendered. |
EntityLabel::render | function | core/ |
Renders the field. |
EntityLink::preRender | function | core/ |
Runs before any fields are rendered. |
EntityLink::render | function | core/ |
Renders the field. |
EntityLink::render | function | core/ |
Renders the field. |
EntityLink::renderLink | function | core/ |
Prepares the link to view an entity. |
EntityLinkDelete::renderLink | function | core/ |
Prepares the link to view an entity. |
EntityLinkEdit::renderLink | function | core/ |
Prepares the link to view an entity. |
EntityLinkTest::testRenderNullEntity | function | core/ |
Test the render method when getEntity returns NULL. |
EntityListBuilder::render | function | core/ |
Builds the entity listing as renderable array for table.html.twig. |
EntityListBuilderInterface::render | function | core/ |
Builds a listing of entities for the given entity type. |
EntityOperations::render | function | core/ |
Renders the field. |
EntityOperationsUnitTest::testRenderWithDestination | function | core/ |
@covers ::render |
EntityOperationsUnitTest::testRenderWithoutDestination | function | core/ |
@covers ::render |
EntityOperationsUnitTest::testRenderWithoutEntity | function | core/ |
@covers ::render |
EntityReference::preRender | function | core/ |
Allow the style to do stuff before each row is rendered. |
EntityReference::render | function | core/ |
Builds the view result as a renderable array. |
EntityReference::render | function | core/ |
Render the display in this style. |
EntityReferenceEntityFormatter::$recursiveRenderDepth | property | core/ |
An array of counters for the recursive rendering protection. |
EntityReferenceEntityFormatter::RECURSIVE_RENDER_LIMIT | constant | core/ |
The number of times this formatter allows rendering the same entity. |
EntityReferenceFormatterTest::buildRenderArray | function | core/ |
Sets field values and returns a render array. |
EntityReferenceFormatterTest::testEntityFormatterRecursiveRendering | function | core/ |
Tests the recursive rendering protection of the entity formatter. |
EntityReferenceFormatterTest::testEntityReferenceRecursiveProtectionWithManyRenderedEntities | function | core/ |
Renders the same entity referenced from different places. |
EntityResource::$renderer | property | core/ |
The renderer. |
EntityResource::executeQueryInRenderContext | function | core/ |
Executes the query in a render context, to catch bubbled cacheability. |
EntityRow::preRender | function | core/ |
Allow the style to do stuff before each row is rendered. |
EntityRow::render | function | core/ |
Renders a row object. |
EntityTest::testRenderWithId | function | core/ |
@covers ::render @covers ::defineOptions @covers ::init |
EntityTest::testRenderWithIdAndToken | function | core/ |
@covers ::render @covers ::defineOptions @covers ::init |
EntityTest::testRenderWithUuid | function | core/ |
@covers ::render @covers ::defineOptions @covers ::init |
EntityTranslationRendererBase | class | core/ |
Defines a base class for entity translation renderers. |
EntityTranslationRendererBase.php | file | core/ |
|
EntityTranslationRendererBase::getEntity | function | core/ |
Gets the entity associated with a row. |
EntityTranslationRendererBase::getLangcode | function | core/ |
Returns the language code associated with the given row. |
EntityTranslationRendererBase::getLangcodeByRelationship | function | core/ |
Returns the language code associated with the given row. |
EntityTranslationRendererBase::preRender | function | core/ |
Runs before each entity is rendered. |
EntityTranslationRendererBase::preRenderByRelationship | function | core/ |
Runs before each entity is rendered if a relationship is needed. |
EntityTranslationRendererBase::query | function | core/ |
Alters the query if needed. |
EntityTranslationRendererBase::render | function | core/ |
Renders entity data. |
EntityTranslationRendererBase::renderByRelationship | function | core/ |
Renders entity data. |
EntityTranslationRenderTrait | trait | core/ |
Trait used to instantiate the view's entity translation renderer. |
EntityTranslationRenderTrait.php | file | core/ |
|
EntityTranslationRenderTrait::$entityTranslationRenderer | property | core/ |
The renderer to be used to render the entity row. |
EntityTranslationRenderTrait::getEntityTranslation | function | core/ |
Returns the entity translation matching the configured row language. |
EntityTranslationRenderTrait::getEntityTranslationByRelationship | function | core/ |
Returns the entity translation matching the configured row language. |
EntityTranslationRenderTrait::getEntityTranslationRenderer | function | core/ |
Returns the current renderer. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.