esmero / ami

Archipelago Multi Importer. A module of mass ingest made for the masses
GNU Affero General Public License v3.0
2 stars 4 forks source link

file_save_data removed in Drupal 10 #169

Closed aksm closed 4 months ago

aksm commented 1 year ago

What?

Specifically in AmiUitilityService.php. Not sure if it's present anywhere else yet.

Deprecated: in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\file\FileRepositoryInterface::writeData() instead.

DiegoPino commented 1 year ago

@aksm we have a few deprecations all around. Good time before release to deal with these. Check where else we have this one and we go from there. We can start with core https://api.drupal.org/api/drupal/deprecated/10 and I also know all search_api_solr hooks need to be moved to events (I got that part)

DiegoPino commented 1 year ago

Sorry this list is more pressing for core https://api.drupal.org/api/drupal/deprecated/9

DiegoPino commented 4 months ago

Resolved via https://github.com/esmero/ami/commit/05d6a5bb7a7860b7d05eae25eb04d1219ec258d0