You are here

function hook_provision_args in Hostmaster (Aegir) 6

TODO: Remove this hook documentation?

Parameters

$task: The task.

$task_type: The type of the task, e.g. 'verify'.

See also

hosting_queues_get_arguments()

Related topics

1 invocation of hook_provision_args()
hosting_queues_get_arguments in modules/hosting/hosting.queues.inc

File

modules/hosting/hosting.api.php, line 258
Hooks provided by the hosting module, and some other random ones.

Code

function hook_provision_args($task, $task_type) {
}