public function RequestMatcherInterface::matches

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

1 method overrides RequestMatcherInterface::matches()
RequestMatcher::matches in drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/RequestMatcher.php
@api

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);