You are here

public function EsiFragmentRenderer::getName in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer::getName()

Gets the name of the strategy.

Return value

string The strategy name

Overrides FragmentRendererInterface::getName

File

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

Class

EsiFragmentRenderer
Implements the ESI rendering strategy.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

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