public function FragmentRendererInterface::getName in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php \Symfony\Component\HttpKernel\Fragment\FragmentRendererInterface::getName()
Gets the name of the strategy.
Return value
string The strategy name
5 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.
- RendererService::getName in vendor/
symfony/ http-kernel/ Tests/ DependencyInjection/ FragmentRendererPassTest.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 41
Class
- FragmentRendererInterface
- Interface implemented by all rendering strategies.
Namespace
Symfony\Component\HttpKernel\FragmentCode
public function getName();