Search for end

  1. Search 7.x for end
  2. Search 9.5.x for end
  3. Search 10.3.x for end
  4. Search 11.x for end
  5. Other projects
Title Object type File name Summary
toolbar_prerender_toolbar_administration_tray function core/modules/toolbar/toolbar.module Renders the toolbar's administration tray.
ToStringTrait::render function core/lib/Drupal/Component/Utility/ToStringTrait.php Renders the object as a string.
Tour::calculateDependencies function core/modules/tour/src/Entity/Tour.php Calculates dependencies and stores them in the dependency property.
TourCacheTagsTest::testRenderedTour function core/modules/tour/tests/src/Functional/TourCacheTagsTest.php Tests cache tags presence and invalidation of the Tour entity.
TranslatableMarkup::render function core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php Renders the object as a string.
TranslationLanguageRenderer class core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Renders entity translations in their row language.
TranslationLanguageRenderer.php file core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php
TranslationLanguageRenderer::$langcodeAlias property core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Stores the field alias of the langcode column.
TranslationLanguageRenderer::getCacheContexts function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php The cache contexts associated with this object.
TranslationLanguageRenderer::getLangcode function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Returns the language code associated with the given row.
TranslationLanguageRenderer::getLangcodeTable function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Returns the name of the table holding the "langcode" field.
TranslationLanguageRenderer::preRender function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Runs before each entity is rendered.
TranslationLanguageRenderer::query function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Alters the query if needed.
TranslationLanguageRenderer::render function core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php Renders entity data.
TriggerPreviewCommand::render function core/modules/views/src/Ajax/TriggerPreviewCommand.php Return an array to be run through json_encode and sent to the client.
twig-registry-loader-test-extend.html.twig file core/modules/system/tests/themes/test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig This line is from test_theme_twig_registry_loader_theme/templates/twig-registry-loader-test-extend.html.twig

{% block content %}
This text is in a block.
{% endblock %}
twig-registry-loader-test-extend.html.twig file core/modules/system/tests/themes/test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig This line is from test_theme_twig_registry_loader/templates/twig-registry-loader-test-extend.html.twig

{% block content %}
This text is in a block.
{% endblock %}
twig-registry-loader-test-extend.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig-registry-loader-test-extend.html.twig This line is from twig_theme_test/templates/twig-registry-loader-test-extend.html.twig

{% block content %}
This text is in a block.
{% endblock %}
TwigEnvironment::renderInline function core/lib/Drupal/Core/Template/TwigEnvironment.php Renders a twig string directly.
TwigExtension::$renderer property core/lib/Drupal/Core/Template/TwigExtension.php The renderer.
TwigExtension::renderVar function core/lib/Drupal/Core/Template/TwigExtension.php Wrapper around render() for twig printed output.
TwigExtensionTest::$renderer property core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php The renderer.
TwigExtensionTest::providerTestRenderVar function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php
TwigExtensionTest::testRenderVar function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php @dataProvider providerTestRenderVar
TwigExtensionTest::testRenderVarWithGeneratedLink function core/tests/Drupal/Tests/Core/Template/TwigExtensionTest.php @covers ::renderVar[[api-linebreak]]
@covers ::bubbleArgMetadata[[api-linebreak]]
TwigExtensionTest::testsRenderEscapedZeroValue function core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php Tests output of integer and double 0 values of TwigExtension::escapeFilter().
TwigExtensionTest::testsRenderZeroValue function core/modules/system/tests/src/Functional/Theme/TwigExtensionTest.php Tests output of integer and double 0 values of TwigExtension->renderVar().
TwigExtensionTestController::testFilterRender function core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php Menu callback for testing Twig filters in a Twig template.
TwigExtensionTestController::testFunctionRender function core/modules/system/tests/modules/twig_extension_test/src/TwigExtensionTestController.php Menu callback for testing Twig functions in a Twig template.
TwigMarkupInterfaceTest::renderObjectWithTwig function core/tests/Drupal/KernelTests/Core/Theme/TwigMarkupInterfaceTest.php
TwigSandboxTest::testExtendedClass function core/tests/Drupal/Tests/Core/Template/TwigSandboxTest.php Tests that white listed classes can be extended.
TwigThemeTestController::attachLibraryRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing attach_library functions in a Twig template.
TwigThemeTestController::embedTagRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing the embed tag in a Twig template.
TwigThemeTestController::fileUrlRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing file_url functions in a Twig template.
TwigThemeTestController::linkGeneratorRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing link_generator functions in a Twig template.
TwigThemeTestController::phpVariablesRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Menu callback for testing PHP variables in a Twig template.
TwigThemeTestController::placeholderOutsideTransRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Controller for testing the twig placeholder filter outside of {% trans %}
TwigThemeTestController::registryLoaderRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Menu callback for testing the Twig registry loader.
TwigThemeTestController::renderable function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Controller for testing a renderable inside a template.
TwigThemeTestController::transBlockRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Menu callback for testing translation blocks in a Twig template.
TwigThemeTestController::urlGeneratorRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders for testing url_generator functions in a Twig template.
TwigThemeTestController::urlToStringRender function core/modules/system/tests/modules/twig_theme_test/src/TwigThemeTestController.php Renders a URL to a string.
TwigTransTokenParser::decideForEnd function core/lib/Drupal/Core/Template/TwigTransTokenParser.php Detect the end of a 'trans' tag.
twig_render_template function core/themes/engines/twig/twig.engine Implements hook_render_template().
twig_theme_test.renderable.html.twig file core/modules/system/tests/modules/twig_theme_test/templates/twig_theme_test.renderable.html.twig <div>{{ renderable }}</div>
TypedDataCacheableDependencyInterface interface core/tests/Drupal/Tests/Core/Plugin/Context/ContextTest.php Test interface used for mocking.
UncacheableDependencyTrait trait core/lib/Drupal/Core/Cache/UncacheableDependencyTrait.php Trait to implement CacheableDependencyInterface for uncacheable objects.
UncacheableDependencyTrait.php file core/lib/Drupal/Core/Cache/UncacheableDependencyTrait.php
UncacheableDependencyTrait::getCacheContexts function core/lib/Drupal/Core/Cache/UncacheableDependencyTrait.php
UncacheableDependencyTrait::getCacheMaxAge function core/lib/Drupal/Core/Cache/UncacheableDependencyTrait.php

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