Skip to main content
Tweeted twitter.com/StackDrupal/status/1062359476479647746
deleted 1 character in body
Source Link
avpaderno
  • 98.1k
  • 15
  • 165
  • 284

isIs there a way to run a drushDrush command using a module? I I tried exec("drush etc...");exec("drush ..."); but as I've searchec,I have found out it is not recommended. AnyIs there any other commandscommand I cancould use? thanks.

is there a way to run a drush command using a module? I tried exec("drush etc..."); but as I've searchec, it is not recommended. Any other commands I can use? thanks.

Is there a way to run a Drush command using a module? I tried exec("drush ..."); but I have found out it is not recommended. Is there any other command I could use?

Source Link

Run a drush command via module

is there a way to run a drush command using a module? I tried exec("drush etc..."); but as I've searchec, it is not recommended. Any other commands I can use? thanks.