You are here

function hook_nodequeue_sort_alter in Nodequeue 7.2

Allow altering a node reordering action.

This is called after the queue is loaded, but before any action is taken.

Parameters

array $nodes:

int $sqid:

See also

nodequeue_save_subqueue_order()

1 invocation of hook_nodequeue_sort_alter()
nodequeue_save_subqueue_order in includes/nodequeue.admin.inc
Validates new subqueue order information and if it passes validation, deletes the old subqueue data from the database and saves the new data.

File

./nodequeue.api.php, line 77

Code

function hook_nodequeue_sort_alter($nodes, $sqid) {
}