RoutableFragmentRenderer
abstract class RoutableFragmentRenderer implements FragmentRendererInterface
Adds the possibility to generate a fragment URI for a given Controller.
Methods
setFragmentPath(string $path)
Sets the fragment path that triggers the fragment listener.
string
generateFragmentUri(ControllerReference $reference, Request $request, bool $absolute = false, bool $strict = true)
Generates a fragment URI for a given controller.
Details
protected string
generateFragmentUri(ControllerReference $reference, Request $request, bool $absolute = false, bool $strict = true)
Generates a fragment URI for a given controller.