Problem/Motivation

This module no longer works with Drupal 9.0.8.
This module needs to replace deprecated methods with new core methods:

  1. $fileSystems->uriScheme() has been replaced with $streamWrapperManager->getScheme()
  2. file_destination has been replaced with $fileSystem->getDestinationFilename($destination, $replace). See https://www.drupal.org/node/3006851

Comments

joespinelli7 created an issue. See original summary.

joespinelli7’s picture

joespinelli7’s picture

Issue summary: View changes
joespinelli7’s picture

Title: Make plugin compatible with Drupal 9.0.7 » Make plugin compatible with Drupal 9.0.8
Issue summary: View changes
Webbeh’s picture

Status: Active » Needs review

Given #2, for review?

pcambra’s picture

Status: Needs review » Reviewed & tested by the community