public function InlineFragmentRenderer::getName

Gets the name of the strategy.

Return value

string The strategy name

Overrides FragmentRendererInterface::getName

File

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

Class

InlineFragmentRenderer
Implements the inline rendering strategy where the Request is rendered by the current HTTP kernel.

Namespace

Symfony\Component\HttpKernel\Fragment

Code

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