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

Breadcrumb

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

function HIncludeFragmentRenderer::getName

Overrides FragmentRendererInterface::getName

File

vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php, line 88

Class

HIncludeFragmentRenderer
Implements the Hinclude rendering strategy.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

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