public function EsiFragmentRenderer::getName

Gets the name of the strategy.

Return value

string The strategy name

Overrides FragmentRendererInterface::getName

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php, line 80

Class

EsiFragmentRenderer
Implements the ESI rendering strategy.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

public function getName() {
  return 'esi';
}