Skip to content
Snippets Groups Projects
Commit 686f68e9 authored by Jess's avatar Jess
Browse files

Issue #3116147 by idebr, tim.plunkett: Remove @todo pertaining to...

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

(cherry picked from commit aada3e1f)
parent 74912f04
No related branches found
No related tags found
9 merge requests!1445Issue #2920039: Views' User Name exposed group filter validation,!1298Issue #3240993: Let layout builder render inline block translations,!774Issue #3174569: Example node template file name is incorrect,!497Issue #2463967: Use .user.ini file for PHP settings,!433Resolve #3163663 "Too many open files",!233Resolve #2693787 "Taxonomy term name",!133Resolve #2666286 "Clean up menuui",!112Resolve #3187004 "Drupaldatetime serialization issue",!53Resolve #3181870: Correct typo "the the" in "core/classList" deprecation message.
...@@ -207,8 +207,6 @@ protected function getRequestForPath($path, array $exclude) { ...@@ -207,8 +207,6 @@ protected function getRequestForPath($path, array $exclude) {
if (!empty($exclude[$path])) { if (!empty($exclude[$path])) {
return NULL; return NULL;
} }
// @todo Use the RequestHelper once https://www.drupal.org/node/2090293 is
// fixed.
$request = Request::create($path); $request = Request::create($path);
// Performance optimization: set a short accept header to reduce overhead in // Performance optimization: set a short accept header to reduce overhead in
// AcceptHeaderMatcher when matching the request. // AcceptHeaderMatcher when matching the request.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment