Skip to main content
4 events
when toggle format what by license comment
Sep 6, 2022 at 11:27 comment added rsych Also, file_move is also deprecated. Use the function "move" from Drupal\file\FileRepositoryInterface (with dependency injection).
Feb 12, 2021 at 17:34 comment added LunkRat This is the way to go. Drupal 9 deprecated \Drupal::service('file_system')->uriScheme so in D9 use this instead: $stream_wrapper = \Drupal::service('stream_wrapper_manager')->getScheme($file->getFileUri());
Oct 25, 2018 at 8:15 review Late answers
Oct 25, 2018 at 8:59
Oct 25, 2018 at 7:56 history answered bpile CC BY-SA 4.0