function FragmentRendererInterface::getName
Gets the name of the strategy.
4 methods override FragmentRendererInterface::getName()
- EsiFragmentRenderer::getName in vendor/
symfony/ http-kernel/ Fragment/ EsiFragmentRenderer.php - Gets the name of the strategy.
- HIncludeFragmentRenderer::getName in vendor/
symfony/ http-kernel/ Fragment/ HIncludeFragmentRenderer.php - Gets the name of the strategy.
- InlineFragmentRenderer::getName in vendor/
symfony/ http-kernel/ Fragment/ InlineFragmentRenderer.php - Gets the name of the strategy.
- SsiFragmentRenderer::getName in vendor/
symfony/ http-kernel/ Fragment/ SsiFragmentRenderer.php - Gets the name of the strategy.
File
-
vendor/
symfony/ http-kernel/ Fragment/ FragmentRendererInterface.php, line 33
Class
- FragmentRendererInterface
- Interface implemented by all rendering strategies.
Namespace
Symfony\Component\HttpKernel\FragmentCode
public function getName() : string;