Problem/Motivation

The BrandfolderStreamWrapper extends the MediaReadOnlyStreamWrapper class provided by the Media module. This is sensible in itself, but Media is a large module, and it would be better not to force Brandfolder users to install it.

Steps to reproduce

Enable the Brandfolder module. Note that the Media module must also be enabled.

Proposed resolution

Reimplement the necessary methods in the BrandfolderStreamWrapper class so that it implements the DrupalStreamWrapperInterface interface by itself.

Remaining tasks

Code and test.

User interface changes

None.

API changes

None.

Data model changes

None.

Comments

ndewhurst created an issue. See original summary.

  • ndewhurst committed 73d805c on 7.x-1.x
    Issue #3169213 by ndewhurst: Stream wrapper update.
    
    Update stream...
ndewhurst’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.