You are here

function hook_nodequeue_alter in Nodequeue 7.2

Allow modifying queues being loaded.

Parameters

array $loaded: A qid-indexed hash of queues

string $context: This hook receives the constant string 'load_queues' in this parameter, and its value is unused by the caller afterwards.

See also

nodequeue_load_queues()

1 function implements hook_nodequeue_alter()

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

smartqueue_nodequeue_alter in modules/smartqueue/smartqueue.module
Implements hook_nodequeue_alter().
1 invocation of hook_nodequeue_alter()
nodequeue_load_queues in ./nodequeue.module
Load an array of $qids.

File

./nodequeue.api.php, line 269

Code

function hook_nodequeue_alter($loaded, $context) {
}