D10 Upgrades Common Problems and Solutions
D10 Upgrades from Drupal 9 can be tricky! There are usually unforeseen issues. Here are some commonly seen problems and solutions.
D10 Upgrades from Drupal 9 can be tricky! There are usually unforeseen issues. Here are some commonly seen problems and solutions.
replace
:$filesaved = file_save_data($file, $destination, FileSystemInterface::EXISTS_REPLACE);
With:
$fileRepository = \Drupal::service('file.repository');
$filesaved = $fileRepository->w