function _hosting_dispatch_cmd in Hostmaster (Aegir) 6
Related topics
2 calls to _hosting_dispatch_cmd()
- drush_hosting_setup in modules/
hosting/ hosting.module - Initial hosting setup drush command.
- hosting_queues_cron_cmd in modules/
hosting/ hosting.queues.inc
File
- modules/
hosting/ hosting.queues.inc, line 212 - This file defines an API for defining new queues.
Code
function _hosting_dispatch_cmd() {
$cmd = sprintf("%s %s hosting-dispatch ", DRUSH_COMMAND, escapeshellarg(d()->name));
return $cmd;
}