Support from Acquia helps fund testing for Drupal Acquia logo

Comments

skippednote created an issue. See original summary.

skippednote’s picture

FileSize
17.38 KB
skippednote’s picture

Version: 8.x-1.x-dev » 8.x-1.8
Kristen Pol’s picture

Presuming this is for Drupal 9 porting weekend since this was created during that time.

Supreetam09’s picture

Version: 8.x-1.8 » 8.x-1.9
FileSize
3.27 KB

Adding 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