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
HandlerFieldFieldTest::testFieldRender function core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Tests fields rendering in views.
HandlerFilterRolesTest::testDependencies function core/modules/user/tests/src/Kernel/Views/HandlerFilterRolesTest.php Tests that role filter dependencies are calculated correctly.
HelpTopicPluginController::$renderer property core/modules/help_topics/src/Controller/HelpTopicPluginController.php The renderer service.
HelpTopicSection::$renderer property core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php The Renderer service to format the username and node.
HelpTopicSection::renderTopicForSearch function core/modules/help_topics/src/Plugin/HelpSection/HelpTopicSection.php Renders one topic for search indexing or search results.
Hidden::preRenderHidden function core/lib/Drupal/Core/Render/Element/Hidden.php Prepares a #type 'hidden' render element for input.html.twig.
HighlightCommand::render function core/modules/views/src/Ajax/HighlightCommand.php Return an array to be run through json_encode and sent to the client.
HistoryRenderCallback class core/modules/history/src/HistoryRenderCallback.php Render callback object.
HistoryRenderCallback.php file core/modules/history/src/HistoryRenderCallback.php
HistoryRenderCallback::lazyBuilder function core/modules/history/src/HistoryRenderCallback.php #lazy_builder callback; attaches the last read timestamp for a node.
HistoryUserTimestamp::render function core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Renders the field.
hook_ajax_render_alter function core/lib/Drupal/Core/Form/form.api.php Alter the Ajax command data that is sent to the client.
hook_mail_backend_info_alter function core/core.api.php Alter the list of mail backend plugin definitions.
hook_quickedit_render_field function core/modules/quickedit/quickedit.api.php Returns a renderable array for the value of a single field in an entity.
hook_render_template function core/lib/Drupal/Core/Render/theme.api.php Render a template using the theme engine.
hook_update_dependencies function core/lib/Drupal/Core/Extension/module.api.php Return an array of information about module update dependencies.
hook_views_plugins_display_extenders_alter function core/modules/views/views.api.php Modify the list of available views display extender plugins.
hook_views_post_render function core/modules/views/views.api.php Post-process any rendered data.
hook_views_pre_render function core/modules/views/views.api.php Act on the view immediately before rendering it.
HtmlCommand::render function core/lib/Drupal/Core/Ajax/HtmlCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
HtmlRenderer class core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Default main content renderer for HTML requests.
HtmlRenderer.php file core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php
HtmlRenderer::$displayVariantManager property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The display variant manager.
HtmlRenderer::$eventDispatcher property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The event dispatcher.
HtmlRenderer::$moduleHandler property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The module handler.
HtmlRenderer::$renderCache property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The render cache service.
HtmlRenderer::$renderer property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The renderer service.
HtmlRenderer::$rendererConfig property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The renderer configuration array.
HtmlRenderer::$titleResolver property core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The title resolver.
HtmlRenderer::buildPageTopAndBottom function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Invokes the page top and bottom hooks.
HtmlRenderer::invokePageAttachmentHooks function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Invokes the page attachment hooks.
HtmlRenderer::prepare function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Prepares the HTML body: wraps the main content in #type 'page'.
HtmlRenderer::renderResponse function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php The entire HTML: takes a #type 'page' and wraps it in a #type 'html'.
HtmlRenderer::__construct function core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php Constructs a new HtmlRenderer.
HtmlResponseAttachmentsProcessor::$cssCollectionRenderer property core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php The CSS asset collection renderer service.
HtmlResponseAttachmentsProcessor::$jsCollectionRenderer property core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php The JS asset collection renderer service.
HtmlResponseAttachmentsProcessor::$renderer property core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php The renderer.
HtmlResponseAttachmentsProcessor::renderHtmlResponseAttachmentPlaceholders function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Renders HTML response attachment placeholders.
HtmlResponseAttachmentsProcessor::renderPlaceholders function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Renders placeholders (#attached['placeholders']).
HtmlResponseAttachmentsTest::testRenderCachedBlock function core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php Test caching of ['#attached'].
HtmlTag::preRenderConditionalComments function core/lib/Drupal/Core/Render/Element/HtmlTag.php Pre-render callback: Renders #browsers into #prefix and #suffix.
HtmlTag::preRenderHtmlTag function core/lib/Drupal/Core/Render/Element/HtmlTag.php Pre-render callback: Renders a generic HTML tag with attributes.
HtmlTagTest::providerPreRenderConditionalComments function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php Data provider for conditional comments test.
HtmlTagTest::providerPreRenderHtmlTag function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php Data provider for preRenderHtmlTag test.
HtmlTagTest::testPreRenderConditionalComments function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php @covers ::preRenderConditionalComments[[api-linebreak]]
@dataProvider providerPreRenderConditionalComments
HtmlTagTest::testPreRenderHtmlTag function core/tests/Drupal/Tests/Core/Render/Element/HtmlTagTest.php @covers ::preRenderHtmlTag[[api-linebreak]]
@dataProvider providerPreRenderHtmlTag
HTTPStatusCode::render function core/modules/views/src/Plugin/views/area/HTTPStatusCode.php Render the area.
ImageButton::preRenderButton function core/lib/Drupal/Core/Render/Element/ImageButton.php Prepares a #type 'button' render element for input.html.twig.
ImageEffectBase::calculateDependencies function core/modules/image/src/ImageEffectBase.php Calculates dependencies for the configured plugin.
ImageFieldValidateTest::testFriendlyAjaxValidation function core/modules/image/tests/src/FunctionalJavascript/ImageFieldValidateTest.php Tests that image field validation works with other form submit handlers.

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