function hook_hosting_queues in Hosting 7.3
Same name and namespace in other branches
- 6.2 hosting.api.php \hook_hosting_queues()
- 7.4 hosting.api.php \hook_hosting_queues()
Define hosting queues.
Return value
array An array with the queue specification. @see hosting_get_queues for an example
Related topics
3 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 - Implements hook_hosting_queues().
- hosting_task_gc_hosting_queues in task_gc/
hosting_task_gc.module - Implements hook_hosting_queues().
- hosting_task_hosting_queues in task/
hosting_task.module - Implements 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 138 - Hooks provided by the hosting module, and some other random ones.
Code
function hook_hosting_queues() {
}