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 11.x for render
  5. Other projects
Title Object type File name Summary
EarlyRenderingTestController::earlyRenderContent function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::renderArray function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::renderArrayEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::response function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::responseEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::responseWithAttachments function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::responseWithAttachmentsEarly function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php
EarlyRenderingTestController::__construct function core/modules/system/tests/modules/early_rendering_controller_test/src/EarlyRenderingTestController.php Constructs an EarlyRenderingTestController.
early_rendering_controller_test.info.yml file core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.info.yml
early_rendering_controller_test.routing.yml file core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.routing.yml
early_rendering_controller_test.services.yml file core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.services.yml core/modules/system/tests/modules/early_rendering_controller_test/early_rendering_controller_test.services.yml
early_rendering_controller_wrapper_subscriber service core/core.services.yml Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber
EditorDialogSave::render function core/modules/editor/src/Ajax/EditorDialogSave.php Return an array to be run through json_encode and sent to the client.
Element::isRenderArray function core/lib/Drupal/Core/Render/Element.php Checks if a candidate is a render array.
Element::preRenderTextFormat function core/modules/editor/src/Element.php Additional #pre_render callback for 'text_format' elements.
ElementInfoTestNumberBuilder::preRender function core/modules/system/tests/modules/element_info_test/src/ElementInfoTestNumberBuilder.php Sets element_info_test - #pre_render callback.
ElementTest::dataProviderIsRenderArray function core/tests/Drupal/Tests/Core/Render/ElementTest.php
ElementTest::testIsRenderArray function core/tests/Drupal/Tests/Core/Render/ElementTest.php @covers ::isRenderArray
@dataProvider dataProviderIsRenderArray
Email::preRenderEmail function core/lib/Drupal/Core/Render/Element/Email.php Prepares a #type 'email' render element for input.html.twig.
Embed::buildRenderable function core/modules/views/src/Plugin/views/display/Embed.php Builds a renderable array of the view.
EngineTwigTest::testRenderable function core/modules/system/tests/src/Functional/Theme/EngineTwigTest.php Tests the rendering of renderables.
Entity::render function core/modules/views/src/Plugin/views/area/Entity.php Render the area.
EntityCacheTagsTestBase::getRenderCacheBackend function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Retrieves the render cache backend as a variation cache.
EntityCacheTagsTestBase::verifyRenderCache function core/modules/system/tests/src/Functional/Entity/EntityCacheTagsTestBase.php Verify that a given render cache entry exists, with the correct cache tags.
EntityController::$renderer property core/lib/Drupal/Core/Entity/Controller/EntityController.php The renderer.
EntityDisplayBase::$renderer property core/lib/Drupal/Core/Entity/EntityDisplayBase.php The renderer.
EntityDisplayBaseMockableClass::getRenderer function core/tests/Drupal/Tests/Core/Config/Entity/EntityDisplayBaseTest.php Gets the renderer plugin for a field (e.g. widget, formatter).
EntityDisplayInterface::getRenderer function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Gets the renderer plugin for a field (e.g. widget, formatter).
EntityDisplayModeListBuilder::render function core/modules/field_ui/src/EntityDisplayModeListBuilder.php Builds the entity listing as renderable array for table.html.twig.
EntityField::$entityFieldRenderer property core/modules/views/src/Plugin/views/field/EntityField.php Static cache for ::getEntityFieldRenderer().
EntityField::$renderer property core/modules/views/src/Plugin/views/field/EntityField.php The renderer.
EntityField::getEntityFieldRenderer function core/modules/views/src/Plugin/views/field/EntityField.php Returns the entity field renderer.
EntityField::preRender function core/modules/views/src/Plugin/views/field/EntityField.php Runs before any fields are rendered.
EntityField::renderItems function core/modules/views/src/Plugin/views/field/EntityField.php Render all items in this field together.
EntityField::render_item function core/modules/views/src/Plugin/views/field/EntityField.php Renders a single item of a row.
EntityFieldRenderer class core/modules/views/src/Entity/Render/EntityFieldRenderer.php Renders entity fields.
EntityFieldRenderer.php file core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldRenderer::$entityRepository property core/modules/views/src/Entity/Render/EntityFieldRenderer.php The entity repository service.
EntityFieldRenderer::$entityTypeManager property core/modules/views/src/Entity/Render/EntityFieldRenderer.php The entity type manager.
EntityFieldRenderer::$processedRows property core/modules/views/src/Entity/Render/EntityFieldRenderer.php A list of indexes of rows whose fields have already been rendered.
EntityFieldRenderer::$relationship property core/modules/views/src/Entity/Render/EntityFieldRenderer.php The relationship being handled.
EntityFieldRenderer::buildFields function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Builds the render arrays for all fields of all result rows.
EntityFieldRenderer::getCacheContexts function core/modules/views/src/Entity/Render/EntityFieldRenderer.php The cache contexts associated with this object.
EntityFieldRenderer::getEntityRepository function core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldRenderer::getEntityTypeId function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the entity type identifier.
EntityFieldRenderer::getEntityTypeManager function core/modules/views/src/Entity/Render/EntityFieldRenderer.php
EntityFieldRenderer::getLanguageManager function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the language manager.
EntityFieldRenderer::getRenderableFieldIds function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns a list of names of entity fields to be rendered.
EntityFieldRenderer::getView function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Returns the top object of a view.
EntityFieldRenderer::query function core/modules/views/src/Entity/Render/EntityFieldRenderer.php Alters the query if needed.

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