function hook_hosting_queues in Hosting 6.2
Same name and namespace in other branches
- 7.4 hosting.api.php \hook_hosting_queues()
- 7.3 hosting.api.php \hook_hosting_queues()
Define hosting queues.
See also
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 cron/
hosting_cron.module - Implementation of hook_hosting_queues().
- hosting_task_hosting_queues in task/
hosting_task.module - Implementation of hook_hosting_queues
1 invocation of hook_hosting_queues()
- hosting_get_queues in ./
hosting.queues.inc - Retrieve a list of queues that need to be dispatched
File
- ./
hosting.api.php, line 136 - Hooks provided by the hosting module, and some other random ones.
Code
function hook_hosting_queues() {
}