Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Routing/RouteProvider.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 | 1fec387a4317 |
comparison
equal
deleted
inserted
replaced
11:bfffd8d7479a | 12:7a779792577d |
---|---|
133 * Note that implementations may not implement an optimal matching | 133 * Note that implementations may not implement an optimal matching |
134 * algorithm, simply a reasonable first pass. That allows for potentially | 134 * algorithm, simply a reasonable first pass. That allows for potentially |
135 * very large route sets to be filtered down to likely candidates, which | 135 * very large route sets to be filtered down to likely candidates, which |
136 * may then be filtered in memory more completely. | 136 * may then be filtered in memory more completely. |
137 * | 137 * |
138 * @param Request $request | 138 * @param \Symfony\Component\HttpFoundation\Request $request |
139 * A request against which to match. | 139 * A request against which to match. |
140 * | 140 * |
141 * @return \Symfony\Component\Routing\RouteCollection | 141 * @return \Symfony\Component\Routing\RouteCollection |
142 * RouteCollection with all urls that could potentially match $request. | 142 * RouteCollection with all urls that could potentially match $request. |
143 * Empty collection if nothing can match. The collection will be sorted from | 143 * Empty collection if nothing can match. The collection will be sorted from |