You are here

function hook_nodequeue_form_submit_finish in Nodequeue 7.2

Allow submitting the queue edit form. Second pass.

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

Parameters

stdClass $queue:

array $form_state:

See also

nodequeue_api_queue_form_submit()

1 function implements hook_nodequeue_form_submit_finish()

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_submit_finish in modules/smartqueue/smartqueue.module
Implements hook_nodequeue_form_submit_finish().

File

./nodequeue.api.php, line 186

Code

function hook_nodequeue_form_submit_finish($queue, $form_state) {
}