Mercurial > hg > isophonics-drupal-site
comparison core/lib/Drupal/Core/Routing/AccessAwareRouterInterface.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 |
---|---|
22 * @throws \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException | 22 * @throws \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException |
23 * Thrown when access checking failed. | 23 * Thrown when access checking failed. |
24 */ | 24 */ |
25 public function matchRequest(Request $request); | 25 public function matchRequest(Request $request); |
26 | 26 |
27 | |
28 /** | 27 /** |
29 * {@inheritdoc} | 28 * {@inheritdoc} |
30 * | 29 * |
31 * @throws \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException | 30 * @throws \Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException |
32 * Thrown when $access_check is enabled and access checking failed. | 31 * Thrown when $access_check is enabled and access checking failed. |