You are here

function hook_nodequeue_form_validate in Nodequeue 7.2

Allow validating the queue edit form.

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

Parameters

object $queue:

array $form_state:

array $form:

See also

nodequeue_api_queue_form_validate()

1 function implements hook_nodequeue_form_validate()

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

File

./nodequeue.api.php, line 158

Code

function hook_nodequeue_form_validate($queue, $form_state, $form) {
}