class FragmentListener implements EventSubscriberInterface
Handles content fragments represented by special URIs.
All URL paths starting with /_fragment are handled as content fragments by this listener.
If throws an AccessDeniedHttpException exception if the request is not signed or if it is not an internal sub-request.
__construct(UriSigner $signer, string $fragmentPath = '/_fragment') | ||
onKernelRequest(GetResponseEvent $event) Fixes request attributes when the path is '/_fragment'. | ||
validateRequest(Request $request) | ||
static array | getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. |
UriSigner | $signer | A UriSigner instance |
string | $fragmentPath | The path that triggers this listener |
Fixes request attributes when the path is '/_fragment'.
GetResponseEvent | $event |
AccessDeniedHttpException | if the request does not come from a trusted IP |
Request | $request |
Returns an array of event names this subscriber wants to listen to.
The array keys are event names and the value can be:
For instance:
array | The event names to listen to |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpKernel/EventListener/FragmentListener.html