Closed (fixed)
Project:
Vendor Stream Wrapper
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2019 at 04:37 UTC
Updated:
5 Feb 2019 at 02:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
osopolarI copied the vendor_stream_wrapper module to create my own stream wrapper which works similar (see #3026195: Directory stream wrapper: Port to Drupal 8). There I replaced the katzien/php-mime-type package with Drupal's (Symfony's) MimeTypeGuesser. I just copied the changes, but didn't test the code. Anyway, I hope it is helpful.
Comment #3
jaypanThanks, contribution appreciated. I had not known of the Symfony component for handling Mime types. I'll incorporate this into the module.
Comment #5
jaypan