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

Breadcrumb

  1. Drupal Core 11.1.x
  2. RequestMatcherInterface.php

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.

... See full list

File

vendor/symfony/http-foundation/RequestMatcherInterface.php, line 24

Class

RequestMatcherInterface
RequestMatcherInterface is an interface for strategies to match a Request.

Namespace

Symfony\Component\HttpFoundation

Code

public function matches(Request $request) : bool;

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal