------ ----------------------------------------------------------------------
Line src/Controller/DownloadController.php
------ ----------------------------------------------------------------------
58 Call to deprecated function file_prepare_directory():
in Drupal 8.7.0, will be removed before Drupal 9.0.0.
Use \Drupal\Core\File\FileSystemInterface::prepareDirectory().
73 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
78 Call to deprecated function drupal_set_message():
in Drupal 8.5.0 and will be removed before Drupal 9.0.0.
Use \Drupal\Core\Messenger\MessengerInterface::addMessage() instead.
------ ----------------------------------------------------------------------
[ERROR] Found 3 errors
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | download_all_files-d9_deprecated_code-3072758-4.patch | 3.42 KB | vatsalkhanna |
| #2 | daf-3072758-1.patch | 2.49 KB | rudranil29 |
Comments
Comment #2
rudranil29 commentedpatch for drupal 9 compatibility
Comment #3
rudranil29 commentedComment #4
vatsalkhanna commenteddrupal-check on branch 8.x-1.x
Found below issues:
Comment #5
jaykandariComment #7
jaykandariAdded more changes to the patch and made module Drupal 9 compatible.
Merged & pushed to 2.x branch
Thank you all for your contributions.