You are here

18 calls to nodequeue_load_queues() in Nodequeue 6.2

NodequeueAPICRUDUnitTest::testNodequeueModify in tests/nodequeue.test
nodequeue_add_action in ./nodequeue.module
Action to add a node to a queue.
nodequeue_add_action_form in ./nodequeue.module
Configuration form for Add to Nodequeues action.
nodequeue_apachesolr_update_index in ./nodequeue.module
Implementation of hook_apachesolr_update_index().
nodequeue_generate_form in ./nodequeue_generate.module
nodequeue_generate_form_submit in ./nodequeue_generate.module
nodequeue_generate_rehash in ./nodequeue_generate.module
Rebuild all smartqueue_taxonomy queues. Useful after a data migration has wiped your terms. When more smartqueue modules arrive, revisit this function.
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_handler_relationship_nodequeue_queue_name::options_form in includes/views/nodequeue_handler_relationship_nodequeue_queue_name.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. These queues will be fully loaded and ready to go.
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_nodeapi in ./nodequeue.module
Implementation of hook_nodeapi().
nodequeue_remove_action_form in ./nodequeue.module
Configuration form for Remove from Nodequeues action.
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
@file Default views for nodequeue. This modifies an exported view; it might actually work better to create the view dynamically. It would be less code and more modifiable later.
nodequeue_view_queues in includes/nodequeue.admin.inc
Display a list of queues and their status for the administrator.