function hook_provision_args in Hosting 6.2
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
File
- ./
hosting.api.php, line 261 - Hooks provided by the hosting module, and some other random ones.
Code
function hook_provision_args($task, $task_type) {
}