You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find drush function that use drush_get_class() with grep -R 'drush_get_class' ~/.config/composer/vendor/drush/. For example, user-information or role-list or sql-conf --all.
Add these function to the $safe_commands in backdrop.drush.php
launch the command in your Backdrop docroot. You should see an error like Unable to load class Drush\Foo\Bar.
The text was updated successfully, but these errors were encountered:
How to reproduce:
Find drush function that use
drush_get_class()
withgrep -R 'drush_get_class' ~/.config/composer/vendor/drush/
. For example,user-information
orrole-list
orsql-conf --all
.Add these function to the
$safe_commands
inbackdrop.drush.php
launch the command in your Backdrop docroot. You should see an error like
Unable to load class Drush\Foo\Bar
.The text was updated successfully, but these errors were encountered: