You are here

function hook_nodequeue_form in Nodequeue 7.2

Allow altering the queue edit form.

This hook is actually a callback for the module defining the queue instead of a generic hook.

Parameters

object $queue: A queue being edited.

array $form: The form array to edit the queue.

See also

nodequeue_api_queue_form()

1 function implements hook_nodequeue_form()

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

smartqueue_taxonomy_nodequeue_form in modules/smartqueue/smartqueue.module
Implements hook_nodequeue_form().

File

./nodequeue.api.php, line 143

Code

function hook_nodequeue_form($queue, &$form) {
}