Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-foundation/RequestMatcherInterface.php @ 14:1fec387a4317
Update Drupal core to 8.5.2 via Composer
author | Chris Cannam |
---|---|
date | Mon, 23 Apr 2018 09:46:53 +0100 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
13:5fb285c0d0e3 | 14:1fec387a4317 |
---|---|
19 interface RequestMatcherInterface | 19 interface RequestMatcherInterface |
20 { | 20 { |
21 /** | 21 /** |
22 * Decides whether the rule(s) implemented by the strategy matches the supplied request. | 22 * Decides whether the rule(s) implemented by the strategy matches the supplied request. |
23 * | 23 * |
24 * @param Request $request The request to check for a match | |
25 * | |
26 * @return bool true if the request matches, false otherwise | 24 * @return bool true if the request matches, false otherwise |
27 */ | 25 */ |
28 public function matches(Request $request); | 26 public function matches(Request $request); |
29 } | 27 } |