Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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
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