Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

namespace Symfony\Component\HttpFoundation\RequestMatcher

Object name File name Summary
AttributesRequestMatcher vendor/symfony/http-foundation/RequestMatcher/AttributesRequestMatcher.php Checks the Request attributes matches all regular expressions.
ExpressionRequestMatcher vendor/symfony/http-foundation/RequestMatcher/ExpressionRequestMatcher.php ExpressionRequestMatcher uses an expression to match a Request.
HeaderRequestMatcher vendor/symfony/http-foundation/RequestMatcher/HeaderRequestMatcher.php Checks the presence of HTTP headers in a Request.
HostRequestMatcher vendor/symfony/http-foundation/RequestMatcher/HostRequestMatcher.php Checks the Request URL host name matches a regular expression.
IpsRequestMatcher vendor/symfony/http-foundation/RequestMatcher/IpsRequestMatcher.php Checks the client IP of a Request.
IsJsonRequestMatcher vendor/symfony/http-foundation/RequestMatcher/IsJsonRequestMatcher.php Checks the Request content is valid JSON.
MethodRequestMatcher vendor/symfony/http-foundation/RequestMatcher/MethodRequestMatcher.php Checks the HTTP method of a Request.
PathRequestMatcher vendor/symfony/http-foundation/RequestMatcher/PathRequestMatcher.php Checks the Request URL path info matches a regular expression.
PortRequestMatcher vendor/symfony/http-foundation/RequestMatcher/PortRequestMatcher.php Checks the HTTP port of a Request.
QueryParameterRequestMatcher vendor/symfony/http-foundation/RequestMatcher/QueryParameterRequestMatcher.php Checks the presence of HTTP query parameters of a Request.
SchemeRequestMatcher vendor/symfony/http-foundation/RequestMatcher/SchemeRequestMatcher.php Checks the HTTP scheme of a Request.
RSS feed
Powered by Drupal