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

Breadcrumb

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

function InlineFragmentRenderer::getName

Overrides FragmentRendererInterface::getName

File

vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php, line 137

Class

InlineFragmentRenderer
Implements the inline rendering strategy where the Request is rendered by the current HTTP kernel.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

public function getName() : string {
    return 'inline';
}
RSS feed
Powered by Drupal