You are here

Functions in Nodequeue 5.2

Primary tabs

Namesort descending Location Description Direct uses Strings
action_nodequeue_add ./nodequeue.actions.inc Old-style action to add a node to a queue.
action_nodequeue_remove ./nodequeue.actions.inc Old-style action to remove a node from a queue. 1
authorqueue_nodequeue_info ./authorqueue.module Implementation of hook_nodequeue_info()
nodequeue_action_info ./nodequeue.actions.inc Implementation of hook_action_info().
nodequeue_action_info ./nodequeue.workflow_ng.inc
nodequeue_add_action ./nodequeue.actions.inc Action to add a node to a queue.
nodequeue_add_action_form ./nodequeue.actions.inc Configuration form for Add to Node Queues action.
nodequeue_add_action_submit ./nodequeue.actions.inc Submit handler for Add to Node Queues action configuration.
nodequeue_add_subqueue ./nodequeue.module Add a new subqueue to a queue. 3
nodequeue_admin_add_node ./nodequeue.module Page callback to add a node to a queue. 1
nodequeue_admin_back ./nodequeue.module Page callback to move an item to the back of a queue. This will be used only if javascript is disabled in the client, and is a fallback technique. 1
nodequeue_admin_delete ./nodequeue.module Confirm form to delete a queue 1
nodequeue_admin_delete_submit ./nodequeue.module Submit function for nodequeue delete
nodequeue_admin_down ./nodequeue.module Page callback to move an item down in a queue. This will be used only if javascript is disabled in the client, and is a fallback technique. 1
nodequeue_admin_front ./nodequeue.module Page callback to move an item to the front of a queue. This will be used only if javascript is disabled in the client, and is a fallback technique. 1
nodequeue_admin_remove ./nodequeue.module Page callback to remove an item from a queue. This will be used only if javascript is disabled in the client, and is a fallback technique. This differs from nodequeue_admin_remove_node in that it removes a specific position, which is necessary in case… 1
nodequeue_admin_remove_node ./nodequeue.module Page callback to remove a node from a queue. 1
nodequeue_admin_settings ./nodequeue.module Form builder for the nodequeue settings tab. 1 1
nodequeue_admin_up ./nodequeue.module Page callback to move an item up in a queue. This will be used only if javascript is disabled in the client, and is a fallback technique. 1
nodequeue_admin_view ./nodequeue.module Page callback to view a queue. 1
nodequeue_ajax_add ./nodequeue.module Page callback to ajaxily add a node. 1
nodequeue_api_autocomplete ./nodequeue.module Fetch a list of nodes available to a given subqueue for autocomplete. 3
nodequeue_api_info ./nodequeue.module Collect info about all of the possible nodequeue tyeps from owning modules. 2
nodequeue_api_queue_access ./nodequeue.module Allows the owning module of a queue to restrict access to viewing and manipulating the queue. 1
nodequeue_api_queue_form ./nodequeue.module Send the nodequeue edit form to the owning module for modification. 1
nodequeue_api_queue_form_submit ./nodequeue.module Send the nodequeue edit form to the owning module upon submit. 1
nodequeue_api_queue_form_submit_finish ./nodequeue.module Send the nodequeue edit form to the owning module after the queue has been saved. 1
nodequeue_api_queue_form_validate ./nodequeue.module Validate the nodequeue edit form. 1
nodequeue_api_subqueues ./nodequeue.module Fetch a list of subqueues that are valid for this node from the owning module. 2
nodequeue_api_subqueue_access ./nodequeue.module Allows the owning module of a subqueue to restrict access to viewing and manipulating the queue. 5
nodequeue_arrange_subqueue ./nodequeue.module View the contents of a subqueue, with links to re-order the queue. 1
nodequeue_arrange_subqueue_entry ./nodequeue.module 2
nodequeue_arrange_subqueue_form ./nodequeue.module Form used for arranging a queue 1
nodequeue_arrange_subqueue_form_submit ./nodequeue.module Submit function for nodequeue_arrange_subqueue_form
nodequeue_arrange_subqueue_form_validate ./nodequeue.module Validate handler for nodequeue_arrange_subqueue_form
nodequeue_autocomplete ./nodequeue.module Page callback for autocomplete. 1
nodequeue_check_subqueue_size ./nodequeue.module Guarantee that a subqueue has not gotten too big. It's important to call this after an operation that might have reduced a queue's maximum size. It stores the count to save a query if this is to be followed by an add operation. 3
nodequeue_check_subqueue_sizes ./nodequeue.module Guarantee that all subqueues are within the size constraints set by $queue->size. 1
nodequeue_check_token ./nodequeue.module Check to see if the token generated from seed matches. 7
nodequeue_clear_confirm ./nodequeue.module Confirm form to clear a queue. 1
nodequeue_clear_confirm_submit ./nodequeue.module Submit function for nodequeue clear confirm
nodequeue_delete ./nodequeue.module Delete a nodequeue. 2
nodequeue_edit_queue_form ./nodequeue.module Add or edit a queue. 1 1
nodequeue_edit_queue_form_submit ./nodequeue.module Submit function for the nodequeue_queue form.
nodequeue_edit_queue_form_validate ./nodequeue.module Submit function for the nodequeue_queue form.
nodequeue_fetch_back ./nodequeue.module
nodequeue_fetch_front ./nodequeue.module
nodequeue_fetch_random ./nodequeue.module
nodequeue_filter_qids ./nodequeue.module Filter a list of qids returned by nodequeue_get_qids to a location. 2
nodequeue_generate_form ./nodequeue_generate.module 1

Pages

Other projects