class EsiFragmentRenderer

Implements the ESI rendering strategy.

@author Fabien Potencier <fabien@symfony.com>

Hierarchy

Expanded class hierarchy of EsiFragmentRenderer

1 file declares its use of EsiFragmentRenderer

File

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

Namespace

Symfony\Component\HttpKernel\Fragment
View source

Members

Namesort descending Modifiers Type Description Overrides
EsiFragmentRenderer::$esi private property
EsiFragmentRenderer::$inlineStrategy private property
EsiFragmentRenderer::getName public function Gets the name of the strategy. Overrides FragmentRendererInterface::getName
EsiFragmentRenderer::render public function Note that if the current Request has no ESI capability, this method falls back to use the inline rendering strategy. Overrides FragmentRendererInterface::render
EsiFragmentRenderer::__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.