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 |
---|---|---|---|
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::getEntityTranslationByRelationship | function | core/ |
Returns the entity translation matching the configured row language. |
EntityTranslationRenderTrait::getEntityTranslationRenderer | function | core/ |
Returns the current renderer. |
EntityTranslationRenderTrait::getEntityTypeId | function | core/ |
Returns the entity type identifier. |
EntityTranslationRenderTrait::getLanguageManager | function | core/ |
Returns the language manager. |
EntityTranslationRenderTrait::getView | function | core/ |
Returns the top object of a view. |
EntityType::$render_cache | property | core/ |
|
EntityType::isRenderCacheable | function | core/ |
Indicates whether the rendered output of entities should be cached. |
EntityTypeInterface::isRenderCacheable | function | core/ |
Indicates whether the rendered output of entities should be cached. |
EntityViewController::$renderer | property | core/ |
The renderer service. |
EntityViewDisplay::collectRenderDisplay | function | core/ |
Returns the display object used to render an entity. |
EntityViewDisplay::collectRenderDisplays | function | core/ |
Returns the display objects used to render a set of entities. |
EntityViewDisplay::getRenderer | function | core/ |
Gets the renderer plugin for a field (e.g. widget, formatter). |
Error::renderExceptionSafe | function | core/ |
Renders an exception error message without further exceptions. |
ErrorTestController::triggerRendererException | function | core/ |
Trigger an exception during rendering. |
ExampleRenderable | class | core/ |
Provides an example implementation of the RenderableInterface. |
ExampleRenderable.php | file | core/ |
|
ExampleRenderable::toRenderable | function | core/ |
Returns a render array representation of the object. |
ExposedFormCheckboxesTest::testExposedFormRenderCheckboxes | function | core/ |
Tests overriding the default render option with checkboxes. |
ExposedFormPluginBase::postRender | function | core/ |
Runs after the view has been rendered. |
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.