Issue #3116147 by idebr, tim.plunkett: Remove @todo pertaining to RequestHelper::duplicate(), which has been removed

merge-requests/2/head
xjm 2020-06-25 09:38:23 -05:00
parent 1a8d0ac0e8
commit aada3e1f28
1 changed files with 0 additions and 2 deletions

View File

@ -207,8 +207,6 @@ class PathBasedBreadcrumbBuilder implements BreadcrumbBuilderInterface {
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.