누구든지 devel / php에서 drush 명령을 어떻게 실행할 수 있습니까?
devel / php에서 PHP 코드를 실행할 수 있습니다. 그러나 devel / php에서 drush 명령을 어떻게 실행할 수 있는지 모르겠습니다. (우리는 devel 모듈에서 나오는 "devel / php"URL을 알고 있습니다).
cron 목적으로 사용자 정의 drush 명령을 작성했습니다. 명령 줄에서 해당 명령을 실행할 수 있습니다.
> drush my-cmd or drush cc all or drush status , etc ... I can run it through command line.
devel / php에서 실행하기 위해 아래에 언급 된 일부 기능이 필요합니다.
some_function("drush cc all");