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. | from RoutableFragmentRenderer | |
__construct(HttpKernelInterface $kernel, EventDispatcherInterface $dispatcher = null) Constructor. | ||
Response | 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
setFragmentPath(string $path)
Sets the fragment path that triggers the fragment listener.
__construct(HttpKernelInterface $kernel, EventDispatcherInterface $dispatcher = null)
Constructor.
Response 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.
Please login to continue.