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
ComponentRenderTest::checkRenderElementAlters function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensures the alter callbacks work properly.
ComponentRenderTest::checkSlots function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensure that the slots allow a render array or a scalar when using the render element.
ComponentRenderTest::checkSlots function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensure that the slots allow a render array or a scalar when using the render element.
ComponentRenderTest::testCssLibraryAttachesCorrectly function core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php Tests that the correct libraries are put on the page using CSS.
ComponentRenderTest::testCssLibraryAttachesCorrectly function core/modules/sdc/tests/src/FunctionalJavascript/ComponentRenderTest.php Tests that the correct libraries are put on the page using CSS.
ComponentRenderTest::testJsLibraryAttachesCorrectly function core/modules/sdc/tests/src/FunctionalJavascript/ComponentRenderTest.php Tests that the correct libraries are put on the page using JS.
ComponentRenderTest::testJsLibraryAttachesCorrectly function core/tests/Drupal/FunctionalJavascriptTests/Components/ComponentRenderTest.php Tests that the correct libraries are put on the page using JS.
ComponentRenderTest::testLibraryOverrides function core/tests/Drupal/FunctionalTests/Components/ComponentRenderTest.php Tests libraryOverrides.
ComponentRenderTest::testLibraryOverrides function core/modules/sdc/tests/src/Functional/ComponentRenderTest.php Tests libraryOverrides.
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.
ConfigSingleImportForm::$renderer property core/modules/config/src/Form/ConfigSingleImportForm.php The renderer service.
ConfigSync::$renderer property core/modules/config/src/Form/ConfigSync.php The renderer.
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::$assetQueryString property core/lib/Drupal/Core/Asset/CssCollectionRenderer.php The asset query string.
CssCollectionRenderer::$deprecatedProperties property core/lib/Drupal/Core/Asset/CssCollectionRenderer.php
CssCollectionRenderer::$fileUrlGenerator property core/lib/Drupal/Core/Asset/CssCollectionRenderer.php The file URL generator.
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

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