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.
- IpsRequestMatcher::matches in vendor/
symfony/ http-foundation/ RequestMatcher/ IpsRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.
- IsJsonRequestMatcher::matches in vendor/
symfony/ http-foundation/ RequestMatcher/ IsJsonRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.
- MethodRequestMatcher::matches in vendor/
symfony/ http-foundation/ RequestMatcher/ MethodRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.
- PathRequestMatcher::matches in vendor/
symfony/ http-foundation/ RequestMatcher/ PathRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.
- PortRequestMatcher::matches in vendor/
symfony/ http-foundation/ RequestMatcher/ PortRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.
- QueryParameterRequestMatcher::matches in vendor/
symfony/ http-foundation/ RequestMatcher/ QueryParameterRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.
- SchemeRequestMatcher::matches in vendor/
symfony/ http-foundation/ RequestMatcher/ SchemeRequestMatcher.php - Decides whether the rule(s) implemented by the strategy matches the supplied request.