InlineFragmentRenderer
class InlineFragmentRenderer extends RoutableFragmentRenderer
Implements the inline rendering strategy where the Request is rendered by the current HTTP kernel.
Methods
setFragmentPath(string $path)
Sets the fragment path that triggers the fragment listener.
render(string|ControllerReference $uri, Request $request, array $options = array())
Renders a URI and returns the Response content.
string
getName()
Gets the name of the strategy.
Details
in RoutableFragmentRenderer at line line 34
setFragmentPath(string $path)
Sets the fragment path that triggers the fragment listener.
at line line 38
__construct(HttpKernelInterface $kernel, EventDispatcherInterface $dispatcher = null)
Constructor.
at line line 51
Response
render(string|ControllerReference $uri, Request $request, array $options = array())
Renders a URI and returns the Response content.
at line line 148
string
getName()
Gets the name of the strategy.