class Renderer

Hierarchy

Expanded class hierarchy of Renderer

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php, line 54

Namespace

Symfony\Component\HttpKernel\Fragment\Tests\FragmentRenderer
View source
class Renderer extends RoutableFragmentRenderer {
  public function render($uri, Request $request, array $options = array()) {
  }
  public function getName() {
  }
  public function doGenerateFragmentUri(ControllerReference $reference, Request $request) {
    return parent::generateFragmentUri($reference, $request);
  }

}

Members

Namesort descending Modifiers Type Description Overrides
Renderer::doGenerateFragmentUri public function
Renderer::getName public function Gets the name of the strategy. Overrides FragmentRendererInterface::getName
Renderer::render public function Renders a URI and returns the Response content. Overrides FragmentRendererInterface::render
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.