Loading composer.lock +1 −1 Original line number Diff line number Diff line Loading @@ -9633,5 +9633,5 @@ "platform-overrides": { "php": "8.1.0" }, "plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0" } core/modules/system/src/PathBasedBreadcrumbBuilder.php +4 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ use Drupal\Core\Url; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; use Symfony\Component\Routing\Exception\MethodNotAllowedException; use Symfony\Component\Routing\Exception\ResourceNotFoundException; use Symfony\Component\Routing\Matcher\RequestMatcherInterface; Loading Loading @@ -237,6 +238,9 @@ protected function getRequestForPath($path, array $exclude) { catch (AccessDeniedHttpException $e) { return NULL; } catch (NotFoundHttpException $e) { return NULL; } } } Loading
composer.lock +1 −1 Original line number Diff line number Diff line Loading @@ -9633,5 +9633,5 @@ "platform-overrides": { "php": "8.1.0" }, "plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0" }
core/modules/system/src/PathBasedBreadcrumbBuilder.php +4 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,7 @@ use Drupal\Core\Url; use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException; use Symfony\Component\HttpKernel\Exception\NotFoundHttpException; use Symfony\Component\Routing\Exception\MethodNotAllowedException; use Symfony\Component\Routing\Exception\ResourceNotFoundException; use Symfony\Component\Routing\Matcher\RequestMatcherInterface; Loading Loading @@ -237,6 +238,9 @@ protected function getRequestForPath($path, array $exclude) { catch (AccessDeniedHttpException $e) { return NULL; } catch (NotFoundHttpException $e) { return NULL; } } }