Problem/Motivation
This change breaks BC on some custom providers like Brightcove.
Issue fork video_embed_field-3496062
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
mably commentedComment #3
mably commentedActually, that's not that simple, not sure we should do that.
In fact the providers should not override the ProviderPluginBase constructor and rathe use the create method for that.
Comment #5
mably commentedFinally did a partial rollback, just disabling the FileSystem usage if not provided in the constructor.
That will only disable the Thumbnail download feature.
Comment #6
mably commented