You are here

public function SsiFragmentRenderer::getName in Zircon Profile 8.0

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

Gets the name of the strategy.

Return value

string The strategy name

Overrides FragmentRendererInterface::getName

File

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

Class

SsiFragmentRenderer
Implements the SSI rendering strategy.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

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