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
ComponentRenderTest::testPluginDefinition function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensures some key aspects of the plugin definition are correctly computed.
ComponentRenderTest::testPluginDefinition function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensures some key aspects of the plugin definition are correctly computed.
ComponentRenderTest::testRender function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Test that components render correctly.
ComponentRenderTest::testRender function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Test that components render correctly.
ComponentsTwigExtension::mergeAdditionalRenderContext function core/lib/Drupal/Core/Template/ComponentsTwigExtension.php Calculates additional context for this template.
CompositeFormElementTrait::preRenderCompositeFormElement function core/lib/Drupal/Core/Render/Element/CompositeFormElementTrait.php Adds form element theming to an element if its title or description is set.
ConfigTranslationController::$renderer property core/modules/config_translation/src/Controller/ConfigTranslationController.php The renderer.
ConfigTranslationEntityListBuilder::render function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Builds the entity listing as renderable array for table.html.twig.
ConfigTranslationMapperList::render function core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php Builds the mappers as a renderable array for table.html.twig.
ConfigurableLanguageRenderer class core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php Renders entities in a configured language.
ConfigurableLanguageRenderer.php file core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php
ConfigurableLanguageRenderer::$langcode property core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php A specific language code for rendering if available.
ConfigurableLanguageRenderer::getLangcode function core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php Returns the language code associated with the given row.
ConfigurableLanguageRenderer::__construct function core/modules/views/src/Entity/Render/ConfigurableLanguageRenderer.php Constructs a renderer object.
ContactController::$renderer property core/modules/contact/src/Controller/ContactController.php The renderer.
ContactLink::renderLink function core/modules/contact/src/Plugin/views/field/ContactLink.php Prepares the link to view an entity.
ContactLinkTest::testRenderNullEntity function core/modules/contact/tests/src/Unit/ContactLinkTest.php Test the render method when getEntity returns NULL.
Container::preRenderContainer function core/lib/Drupal/Core/Render/Element/Container.php Prevents optional containers from rendering if they have no children.
ContextualController::$renderer property core/modules/contextual/src/ContextualController.php The renderer.
ContextualController::render function core/modules/contextual/src/ContextualController.php Returns the requested rendered contextual links.
ContextualDynamicContextTest::renderContextualLinks function core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php Get server-rendered contextual links for the given contextual link ids.
ContextualLinks::preRender function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php Runs before any fields are rendered.
ContextualLinks::preRenderLinks function core/modules/contextual/src/Element/ContextualLinks.php Pre-render callback: Builds a renderable array for contextual links.
ContextualLinks::render function core/modules/contextual/src/Plugin/views/field/ContextualLinks.php Overrides \Drupal\views\Plugin\views\field\FieldPluginBase::render().
ContextualLinksPlaceholder::preRenderPlaceholder function core/modules/contextual/src/Element/ContextualLinksPlaceholder.php Pre-render callback: Renders a contextual links placeholder into #markup.
CounterTest::renderCounter function core/modules/views/tests/src/Unit/Plugin/field/CounterTest.php Renders the counter field handler.
CssCollectionRenderer class core/lib/Drupal/Core/Asset/CssCollectionRenderer.php Renders CSS assets.
CssCollectionRenderer.php file core/lib/Drupal/Core/Asset/CssCollectionRenderer.php
CssCollectionRenderer::render function core/lib/Drupal/Core/Asset/CssCollectionRenderer.php Renders an asset collection.
CssCollectionRenderer::__construct function core/lib/Drupal/Core/Asset/CssCollectionRenderer.php Constructs a CssCollectionRenderer.
CssCollectionRendererUnitTest class core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Tests the CSS asset collection renderer.
CssCollectionRendererUnitTest.php file core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php
CssCollectionRendererUnitTest::$fileCssGroup property core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php A valid file CSS asset group.
CssCollectionRendererUnitTest::$renderer property core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php A CSS asset renderer.
CssCollectionRendererUnitTest::providerTestRender function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Provides data for the CSS asset rendering test.
CssCollectionRendererUnitTest::setUp function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php
CssCollectionRendererUnitTest::testRender function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Tests CSS asset rendering.
CssCollectionRendererUnitTest::testRenderInvalidType function core/tests/Drupal/Tests/Core/Asset/CssCollectionRendererUnitTest.php Tests a CSS asset group with the invalid 'type' => 'internal'.
CssCommand::render function core/lib/Drupal/Core/Ajax/CssCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
Custom::preRenderCustomForm function core/modules/views/src/Plugin/views/field/Custom.php Prerender function to move the textarea to the top of a form.
Custom::render function core/modules/views/src/Plugin/views/field/Custom.php Renders the field.
DataCommand::render function core/lib/Drupal/Core/Ajax/DataCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
DataEntityRow::render function core/modules/rest/src/Plugin/views/row/DataEntityRow.php Renders a row object.
DataFieldRow::render function core/modules/rest/src/Plugin/views/row/DataFieldRow.php Renders a row object.
Date::preRenderDate function core/lib/Drupal/Core/Render/Element/Date.php Adds form-specific attributes to a 'date' #type element.
Date::render function core/modules/views/src/Plugin/views/field/Date.php Renders the field.
DateTestBase::renderTestEntity function core/modules/datetime/tests/src/Functional/DateTestBase.php Renders an entity_test and sets the output in the internal browser.
DateTimePlus::render function core/lib/Drupal/Component/Datetime/DateTimePlus.php Renders the timezone name.
DateTimeRangeTrait::renderStartEnd function core/modules/datetime_range/src/DateTimeRangeTrait.php Creates a render array given start/end dates.
DateTimeRangeTrait::renderStartEndWithIsoAttribute function core/modules/datetime_range/src/DateTimeRangeTrait.php Creates a render array with ISO attributes given start/end dates.

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