Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. FragmentRendererInterface.php

function FragmentRendererInterface::render

Renders a URI and returns the Response content.

3 methods override FragmentRendererInterface::render()
AbstractSurrogateFragmentRenderer::render in vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php
Note that if the current Request has no surrogate capability, this method falls back to use the inline rendering strategy.
HIncludeFragmentRenderer::render in vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php
Additional available options:
InlineFragmentRenderer::render in vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php
Additional available options:

File

vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php, line 28

Class

FragmentRendererInterface
Interface implemented by all rendering strategies.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

public function render(string|ControllerReference $uri, Request $request, array $options = []) : Response;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal