Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
file system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
26 Oct 2014 at 14:20 UTC
Updated:
18 Dec 2014 at 09:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kallehauge commentedComment #2
kallehauge commentedComment #3
rpayanm@kallehauge you must change the Status to "Needs review" to test the patch.
Comment #4
ianthomas_ukOO code - this should be injected
OO code - this should be injected
Looks good other than the lack of dependency injection. It is correct to not remove the function itself at this stage, I've updated the issue summary to clarify.
Comment #5
rpayanmComment #6
jeroentIs the create method in MimeTypeGuesser really necessary?
We already pass the streamWrapperManager in core.services.yml so I think that's enough.
Comment #8
rpayanmUmm... thank you :)
Comment #10
ianthomas_uk#8 didn't remove the interface, just the method being implemented. This will need a change record.
Comment #12
ianthomas_ukI've not really debugged those failures, but I noticed #2353357: hook_stream_wrappers_alter() should be removed as it is broken since modules are not loaded on demand which could be related.
Comment #13
ianthomas_ukComment #14
ianthomas_uk#2392559: Remove all uses of file_stream_wrapper_get_* and file_get_stream_wrappers