Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file_save_data removed in Drupal 10 #169

Closed
aksm opened this issue Jun 14, 2023 · 3 comments
Closed

file_save_data removed in Drupal 10 #169

aksm opened this issue Jun 14, 2023 · 3 comments
Milestone

Comments

@aksm
Copy link
Contributor

aksm commented Jun 14, 2023

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
Copy link
Member

@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
Copy link
Member

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

@aksm aksm removed their assignment Sep 29, 2023
@DiegoPino
Copy link
Member

Resolved via 05d6a5b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants