You are here

21 calls to nodequeue_load_queues() in Nodequeue 7.2

action_nodequeue_add in includes/nodequeue.actions.inc
Old-style action to add a node to a queue.
action_nodequeue_remove in includes/nodequeue.actions.inc
Old-style action to remove a node from a queue.
NodequeueAPICRUDUnitTest::testNodequeueModify in tests/nodequeue.test
nodequeue_add_action in includes/nodequeue.actions.inc
Action to add a node to a queue.
nodequeue_add_action_form in includes/nodequeue.actions.inc
Configuration form for Add to Nodequeues action.
nodequeue_apachesolr_index_document_build_node in ./nodequeue.module
Implements hook_apachesolr_index_document_build_ENTITY_TYPE().
nodequeue_form_node_type_form_alter in ./nodequeue.module
Implements hook_form_FORM_ID_alter().
nodequeue_generate_form in ./nodequeue_generate.module
Menu callback; Returns the nodequeue generate form.
nodequeue_generate_repopulate_queues in ./nodequeue_generate.module
Re-populates nodequeues with nodes.
nodequeue_get_queue_names in ./nodequeue.rules.inc
Return a list of nodequeue names.
nodequeue_handler_field_all_queues::options_form in includes/views/nodequeue_handler_field_all_queues.inc
Provide "link to term" option.
nodequeue_handler_relationship_nodequeue::options_form in includes/views/nodequeue_handler_relationship_nodequeue.inc
Default options form that provides the label widget that all fields should have.
nodequeue_load in ./nodequeue.module
Load a nodequeue.
nodequeue_load_queues_by_type in ./nodequeue.module
Fetch a list of available queues for a given location.
nodequeue_load_queue_by_name in ./nodequeue.module
Return a queue by its machine name. This is obviously not ideal due to the extra queries, but probably preferable to changing current API calls.
nodequeue_node_delete in ./nodequeue.module
Implements hook_node_delete.
nodequeue_remove_action_form in includes/nodequeue.actions.inc
Configuration form for Remove from Nodequeues action.
nodequeue_rules_condition_node_belongs_to_nodequeue in ./nodequeue.rules.inc
The condition verifies if the provided nodequeue argument is contained within the configured nodequeues.
nodequeue_service_get_nodequeues in addons/nodequeue_service/nodequeue_service.inc
Returns an array of available nodequeue "channels" available.
nodequeue_views_default_views in includes/views/nodequeue.views_default.inc
Implements hook_views_default_views().
nodequeue_view_queues in includes/nodequeue.admin.inc
Display a list of queues and their status for the administrator.