You are here

function hook_hosting_queues in Hostmaster (Aegir) 6

Define hosting queues.

See also

hosting_get_queues()

Related topics

2 functions implement hook_hosting_queues()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

hosting_cron_hosting_queues in modules/hosting/cron/hosting_cron.module
Implementation of hook_hosting_queues().
hosting_task_hosting_queues in modules/hosting/task/hosting_task.module
Implementation of hook_hosting_queues
1 invocation of hook_hosting_queues()
hosting_get_queues in modules/hosting/hosting.queues.inc
Retrieve a list of queues that need to be dispatched

File

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

Code

function hook_hosting_queues() {
}