class InlineFragmentRenderer

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

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of InlineFragmentRenderer

1 file declares its use of InlineFragmentRenderer

File

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

Namespace

Symfony\Component\HttpKernel\Fragment
View source

Members

Namesort descending Modifiers Type Description Overrides
InlineFragmentRenderer::$dispatcher private property
InlineFragmentRenderer::$kernel private property
InlineFragmentRenderer::createSubRequest protected function
InlineFragmentRenderer::getName public function Gets the name of the strategy. Overrides FragmentRendererInterface::getName
InlineFragmentRenderer::render public function Additional available options: Overrides FragmentRendererInterface::render
InlineFragmentRenderer::__construct public function Constructor.
RoutableFragmentRenderer::$fragmentPath private property
RoutableFragmentRenderer::generateFragmentUri protected function Generates a fragment URI for a given controller.
RoutableFragmentRenderer::setFragmentPath public function Sets the fragment path that triggers the fragment listener.