Closed (fixed)
Project:
System stream wrapper
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2012 at 22:02 UTC
Updated:
21 Apr 2016 at 15:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
benshell commentedHere's a patch to get started with moving this module to D8. It seems to be working for my needs for now, although I have not tested extensively.
Comment #2
panchoLooks like at least some basic implementation of this contrib module will get merged into D8 core (#1308152: Add stream wrappers to access .json files in extensions), so we have to postpone and wait to see if there's anything left at all to extend in contrib.
Comment #3
deviantintegral commentedSince this patch hadn't been touched in three years, I decided to redo it based off of https://www.drupal.org/node/1308152#comment-10842840
This patch is nearly identical in code to the upstream issue, with changes in namespaces and so on. Tests are failing for me so this still needs some work. However, with this I'm able to make a basic library:// stream wrapper that I'll post in a followup issue.
Comment #4
deviantintegral commentedThat patch actually contained the library wrapper, so here's a reroll without it.
Comment #5
deviantintegral commentedFixes the tests by ensuring system and system_stream_wrapper are enabled.
Comment #6
deviantintegral commentedComment #7
deviantintegral commentedComment #8
deviantintegral commentedComment #9
deviantintegral commentedTrying to kick off the testbot.
Comment #11
deviantintegral commented