public function Renderer::render

Renders a URI and returns the Response content.

Parameters

string|ControllerReference $uri A URI as a string or a ControllerReference instance:

Request $request A Request instance:

array $options An array of options:

Return value

Response A Response instance

Overrides FragmentRendererInterface::render

File

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

Class

Renderer

Namespace

Symfony\Component\HttpKernel\Fragment\Tests\FragmentRenderer

Code

public function render($uri, Request $request, array $options = array()) {
}