function RequestMatcherInterface::matches
Decides whether the rule(s) implemented by the strategy matches the supplied request.
12 methods override RequestMatcherInterface::matches()
- AttributesRequestMatcher::matches in vendor/
symfony/ http-foundation/ RequestMatcher/ AttributesRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.
- ChainRequestMatcher::matches in vendor/
symfony/ http-foundation/ ChainRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.
- ExpressionRequestMatcher::matches in vendor/
symfony/ http-foundation/ RequestMatcher/ ExpressionRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.
- HeaderRequestMatcher::matches in vendor/
symfony/ http-foundation/ RequestMatcher/ HeaderRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.
- HostRequestMatcher::matches in vendor/
symfony/ http-foundation/ RequestMatcher/ HostRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.
File
-
vendor/
symfony/ http-foundation/ RequestMatcherInterface.php, line 24
Class
- RequestMatcherInterface
- RequestMatcherInterface is an interface for strategies to match a Request.
Namespace
Symfony\Component\HttpFoundationCode
public function matches(Request $request) : bool;