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

Breadcrumb

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

function EsiFragmentRenderer::getName

Overrides FragmentRendererInterface::getName

File

vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php, line 21

Class

EsiFragmentRenderer
Implements the ESI rendering strategy.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

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