FragmentHandler
class FragmentHandler
Renders a URI that represents a resource fragment.
This class handles the rendering of resource fragments that are included into a main resource. The handling of the rendering is managed by specialized renderers.
Methods
__construct(RequestStack $requestStack, array $renderers = array(), bool $debug = false)
No description
string|null
render(string|ControllerReference $uri, string $renderer = 'inline', array $options = array())
Renders a URI and returns the Response content.
Details
string|null
render(string|ControllerReference $uri, string $renderer = 'inline', array $options = array())
Renders a URI and returns the Response content.
Available options:
- ignore_errors: true to return an empty string in case of an error
protected string|null
deliver(Response $response)
Delivers the Response as a string.
When the Response is a StreamedResponse, the content is streamed immediately instead of being returned.