interface RequestMatcherInterface
RequestMatcherInterface is an interface for strategies to match a Request.
bool | matches(Request $request) Decides whether the rule(s) implemented by the strategy matches the supplied request. |
Decides whether the rule(s) implemented by the strategy matches the supplied request.
Request | $request |
bool | true if the request matches, false otherwise |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpFoundation/RequestMatcherInterface.html