You are here

function hook_nodequeue_form_submit in Nodequeue 7.2

Allow submitting the queue edit form. First pass.

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

Parameters

object $queue:

array $form_state:

See also

nodequeue_api_queue_form_submit()

1 function implements hook_nodequeue_form_submit()

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

nodequeue_nodequeue_form_submit in ./nodequeue.module
Implements hook_nodequeue_form_submit().

File

./nodequeue.api.php, line 172

Code

function hook_nodequeue_form_submit($queue, $form_state) {
}