comparison core/lib/Drupal/Core/Routing/StackedRouteMatchInterface.php @ 17:129ea1e6d783

Update, including to Drupal core 8.6.10
author Chris Cannam
date Thu, 28 Feb 2019 13:21:36 +0000
parents 4c8ae668cc8c
children
comparison
equal deleted inserted replaced
16:c2387f117808 17:129ea1e6d783
38 * 38 *
39 * @param \Symfony\Component\HttpFoundation\Request $request 39 * @param \Symfony\Component\HttpFoundation\Request $request
40 * The request. 40 * The request.
41 * 41 *
42 * @return \Drupal\Core\Routing\RouteMatchInterface|null 42 * @return \Drupal\Core\Routing\RouteMatchInterface|null
43 * THe matching route match, or NULL if there is no matching one. 43 * The matching route match, or NULL if there is no matching one.
44 */ 44 */
45 public function getRouteMatchFromRequest(Request $request); 45 public function getRouteMatchFromRequest(Request $request);
46 46
47 } 47 }