Active
Project:
Kashmir
Version:
8.x-1.9
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
22 May 2020 at 00:06 UTC
Updated:
28 Sep 2021 at 12:10 UTC
Jump to comment: Most recent, Most recent file
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | D9_compatibility-3138723-5.patch | 3.27 KB | supreetam09 |
| #2 | 3138723-d9.patch | 17.38 KB | skippednote |
Comments
Comment #2
skippednote commentedComment #3
skippednote commentedComment #4
kristen polPresuming this is for Drupal 9 porting weekend since this was created during that time.
Comment #5
supreetam09 commentedAdding simple patch to remove deprecations and add D9 support.
------ -----------------------------------------------------
Line contrib/kashmir/kashmir.drush.inc
------ -----------------------------------------------------
55 Call to deprecated function drush_print().
61 Call to deprecated function drush_get_option().
65 Call to deprecated function drush_get_option().
79 Call to deprecated function drush_get_option().
79 Call to deprecated function drush_get_option().
83 Call to deprecated function drush_get_option().
94 Call to deprecated function drush_get_context().
243 Call to deprecated function drush_copy_dir():
Use \Symfony\Component\Filesystem\Filesystem::copy.
334 Call to deprecated function drush_print().
------ -----------------------------------------------------
[ERROR] Found 9 errors