Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Routing/RouteMatch.php @ 12:7a779792577d
Update Drupal core to v8.4.5 (via Composer)
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 15:52:07 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
65 } | 65 } |
66 | 66 |
67 /** | 67 /** |
68 * Creates a RouteMatch from a request. | 68 * Creates a RouteMatch from a request. |
69 * | 69 * |
70 * @param Request $request | 70 * @param \Symfony\Component\HttpFoundation\Request $request |
71 * A request object. | 71 * A request object. |
72 * | 72 * |
73 * @return \Drupal\Core\Routing\RouteMatchInterface | 73 * @return \Drupal\Core\Routing\RouteMatchInterface |
74 * A new RouteMatch object if there's a matched route for the request. | 74 * A new RouteMatch object if there's a matched route for the request. |
75 * A new NullRouteMatch object otherwise (e.g., on a 404 page or when | 75 * A new NullRouteMatch object otherwise (e.g., on a 404 page or when |