Search for render

  1. Search 7.x for render
  2. Search 9.5.x for render
  3. Search 8.9.x for render
  4. Search 10.3.x for render
  5. Other projects
Title Object type File name Summary
RenderCallbacks::trustedCallbacks function core/modules/announcements_feed/src/RenderCallbacks.php Lists the trusted callbacks provided by the implementing class.
RenderContext class core/lib/Drupal/Core/Render/RenderContext.php The render context: a stack containing bubbleable rendering metadata.
RenderContext.php file core/lib/Drupal/Core/Render/RenderContext.php
RenderContext::bubble function core/lib/Drupal/Core/Render/RenderContext.php Bubbles the stack.
RenderContext::update function core/lib/Drupal/Core/Render/RenderContext.php Updates the current frame of the stack.
RenderedEntity class core/modules/views/src/Plugin/views/field/RenderedEntity.php Provides a field handler which renders an entity in a certain view mode.
RenderedEntity.php file core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::$entityDisplayRepository property core/modules/views/src/Plugin/views/field/RenderedEntity.php The entity display repository.
RenderedEntity::$entityRepository property core/modules/views/src/Plugin/views/field/RenderedEntity.php The entity repository service.
RenderedEntity::$entityTypeManager property core/modules/views/src/Plugin/views/field/RenderedEntity.php The entity type manager.
RenderedEntity::$languageManager property core/modules/views/src/Plugin/views/field/RenderedEntity.php The language manager.
RenderedEntity::buildOptionsForm function core/modules/views/src/Plugin/views/field/RenderedEntity.php Default option form that provides label widget that all fields should have.
RenderedEntity::calculateDependencies function core/modules/views/src/Plugin/views/field/RenderedEntity.php Calculates dependencies for the configured plugin.
RenderedEntity::create function core/modules/views/src/Plugin/views/field/RenderedEntity.php Creates an instance of the plugin.
RenderedEntity::defineOptions function core/modules/views/src/Plugin/views/field/RenderedEntity.php Information about options for all kinds of purposes will be held here.
RenderedEntity::getCacheContexts function core/modules/views/src/Plugin/views/field/RenderedEntity.php The cache contexts associated with this object.
RenderedEntity::getCacheMaxAge function core/modules/views/src/Plugin/views/field/RenderedEntity.php The maximum age for which this object may be cached.
RenderedEntity::getCacheTags function core/modules/views/src/Plugin/views/field/RenderedEntity.php The cache tags associated with this object.
RenderedEntity::getEntityRepository function core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::getEntityTypeId function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the entity type identifier.
RenderedEntity::getEntityTypeManager function core/modules/views/src/Plugin/views/field/RenderedEntity.php
RenderedEntity::getLanguageManager function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the language manager.
RenderedEntity::getView function core/modules/views/src/Plugin/views/field/RenderedEntity.php Returns the top object of a view.
RenderedEntity::query function core/modules/views/src/Plugin/views/field/RenderedEntity.php Called to add the field to a query.
RenderedEntity::render function core/modules/views/src/Plugin/views/field/RenderedEntity.php Renders the field.
RenderedEntity::usesGroupBy function core/modules/views/src/Plugin/views/field/RenderedEntity.php Provides the handler some groupby.
RenderedEntity::__construct function core/modules/views/src/Plugin/views/field/RenderedEntity.php Constructs a new RenderedEntity object.
RenderedEntityTest class core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php @coversDefaultClass \Drupal\views\Plugin\views\field\RenderedEntity
@group Views
RenderedEntityTest.php file core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php
RenderedEntityTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php
RenderedEntityTest::testRenderNullEntity function core/modules/views/tests/src/Unit/Plugin/views/field/RenderedEntityTest.php Tests the render method when getEntity returns NULL.
RenderElement class core/lib/Drupal/Core/Render/Element/RenderElement.php Provides a base class for render element plugins.
RenderElement class core/lib/Drupal/Core/Render/Annotation/RenderElement.php Defines a render element plugin annotation object.
RenderElement class core/lib/Drupal/Core/Render/Attribute/RenderElement.php Defines a Render element plugin attribute object.
RenderElement.php file core/lib/Drupal/Core/Render/Annotation/RenderElement.php
RenderElement.php file core/lib/Drupal/Core/Render/Attribute/RenderElement.php
RenderElement.php file core/lib/Drupal/Core/Render/Element/RenderElement.php
RenderElement::preRenderAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElement.php Adds Ajax information about an element to communicate with JavaScript.
RenderElement::preRenderGroup function core/lib/Drupal/Core/Render/Element/RenderElement.php Adds members of this group as actual elements for rendering.
RenderElement::processAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElement.php Form element processing handler for the #ajax form property.
RenderElement::processGroup function core/lib/Drupal/Core/Render/Element/RenderElement.php Arranges elements into groups.
RenderElement::setAttributes function core/lib/Drupal/Core/Render/Element/RenderElement.php Sets a form element's class attribute.
RenderElement::__construct function core/lib/Drupal/Core/Render/Element/RenderElement.php
RenderElementBase class core/lib/Drupal/Core/Render/Element/RenderElementBase.php Provides a base class for render element plugins.
RenderElementBase.php file core/lib/Drupal/Core/Render/Element/RenderElementBase.php
RenderElementBase::preRenderAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Adds Ajax information about an element to communicate with JavaScript.
RenderElementBase::preRenderGroup function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Adds members of this group as actual elements for rendering.
RenderElementBase::processAjaxForm function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Form element processing handler for the #ajax form property.
RenderElementBase::processGroup function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Arranges elements into groups.
RenderElementBase::setAttributes function core/lib/Drupal/Core/Render/Element/RenderElementBase.php Sets a form element's class attribute.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.