Decides whether the rule(s) implemented by the strategy matches the supplied request.
@api
Parameters
Request $request The request to check for a match:
Return value
Boolean true if the request matches, false otherwise
File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcherInterface.php, line 32
Class
- RequestMatcherInterface
- RequestMatcherInterface is an interface for strategies to match a Request.
Namespace
Symfony\Component\HttpFoundation
Code
public function matches(Request $request);