You are here

function drush_hosting_post_hosting_task in Hosting 5

Same name and namespace in other branches
  1. 6.2 task.hosting.inc \drush_hosting_post_hosting_task()
  2. 7.4 task.hosting.inc \drush_hosting_post_hosting_task()
  3. 7.3 task.hosting.inc \drush_hosting_post_hosting_task()

File

./task.hosting.inc, line 83

Code

function drush_hosting_post_hosting_task($task) {
  $task =& drush_get_context('HOSTING_TASK');
  module_invoke_all(sprintf("post_hosting_%s_task", $task->task_type), $task, drush_get_context('HOSTING_DRUSH_OUTPUT'));
}