public function EsiFragmentRenderer::getName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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\FragmentCode
public function getName() {
return 'esi';
}