public function FragmentRendererInterface::getName

Gets the name of the strategy.

Return value

string The strategy name

4 methods override FragmentRendererInterface::getName()
EsiFragmentRenderer::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php
Gets the name of the strategy.
HIncludeFragmentRenderer::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php
Gets the name of the strategy.
InlineFragmentRenderer::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php
Gets the name of the strategy.
Renderer::getName in drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php
Gets the name of the strategy.

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php, line 42

Class

FragmentRendererInterface
Interface implemented by all rendering strategies.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

public function getName();