Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
8 Mar 2014 at 16:01 UTC
Updated:
29 Jul 2014 at 23:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
klausiVerified that no version of Drush uses this function either.
Also verified that drush site-install still works with this patch applied, so this seems indeed obsolete.
Comment #2
larowlanThanks, I think I had moved bits of this into the kernel in 2016629 but nice to know its not needed at all
Comment #3
alexpottdrupal8.server-override.0.patch no longer applies.
Comment #4
sunComment #5
catchYeah Request::create() already does this so it is indeed pointless. Also a shame we kept refactoring this function to 'convert' it to Request instead of looking at what it was actually trying to do.
Committed/pushed to 8.x, thanks!