Drupal version : 8.8.1
Drush version : 10.2.0

Running drush fu gives 'Error: Call to undefined function Drupal\features\Commands\drush_print()'

Comments

kimberleycgm created an issue. See original summary.

kimberleycgm’s picture

Patch attached to address the issue - replaces 'drush_print' with '$this->output()->writeln'

kimberleycgm’s picture

Status: Active » Needs review
flocondetoile’s picture

Status: Needs review » Reviewed & tested by the community

Error fixed for drush 10 (tested with drush 10.2.1).

  • nedjo committed 87b03fb on 8.x-4.x authored by kimberleycgm
    Issue #3109774 by kimberleycgm: Error: Call to undefined function Drupal...

  • nedjo committed 5277a7c on 8.x-3.x authored by kimberleycgm
    Issue #3109774 by kimberleycgm: Error: Call to undefined function Drupal...
nedjo’s picture

Status: Reviewed & tested by the community » Fixed

Applied, thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.