Loading core/modules/system/src/PathBasedBreadcrumbBuilder.php +0 −2 Original line number Diff line number Diff line Loading @@ -207,8 +207,6 @@ protected function getRequestForPath($path, array $exclude) { if (!empty($exclude[$path])) { return NULL; } // @todo Use the RequestHelper once https://www.drupal.org/node/2090293 is // fixed. $request = Request::create($path); // Performance optimization: set a short accept header to reduce overhead in // AcceptHeaderMatcher when matching the request. Loading Loading
core/modules/system/src/PathBasedBreadcrumbBuilder.php +0 −2 Original line number Diff line number Diff line Loading @@ -207,8 +207,6 @@ protected function getRequestForPath($path, array $exclude) { if (!empty($exclude[$path])) { return NULL; } // @todo Use the RequestHelper once https://www.drupal.org/node/2090293 is // fixed. $request = Request::create($path); // Performance optimization: set a short accept header to reduce overhead in // AcceptHeaderMatcher when matching the request. Loading