You are here

function hook_nodequeue_swap in Nodequeue 7.2

Triggered when a node changes position within a sub-queue, after the swap.

Parameters

int $qid: The subqueue id.

int $nid: The node id

See also

nodequeue_queue_swap()

1 invocation of hook_nodequeue_swap()
nodequeue_queue_swap in ./nodequeue.module
Swap two positions within a subqueue.

File

./nodequeue.api.php, line 45

Code

function hook_nodequeue_swap($qid, $nid) {
}