You are here

Functions in Taxonomy Manager 5

Primary tabs

Namesort descending Location Description Direct uses Strings
taxonomy_manager_add_form ./taxonomy_manager.module form for adding terms 1
taxonomy_manager_autocomplete_tags_get_tids ./taxonomy_manager.module helper function for getting out of term ids from autocomplete fields non-exsiting terms get inserted autmatically (part of taxonomy_node_save) 2
taxonomy_manager_confirm_delete ./taxonomy_manager.module confirmation form for deleting selected terms 1
taxonomy_manager_delete_terms ./taxonomy_manager.module deletes terms from the database optional orphans (terms where parent get deleted) can be deleted as well 2
taxonomy_manager_elements ./taxonomy_manager.module Implementation of hook_elements
taxonomy_manager_export ./taxonomy_manager.module AJAX Callback that returns the CSV Output 1
taxonomy_manager_export_csv ./taxonomy_manager.module Generates the CVS Ouput 1
taxonomy_manager_export_form ./taxonomy_manager.module form for exporting terms 1
taxonomy_manager_export_get_tree ./taxonomy_manager.module Helper for cvs export to get taxonomy tree 1
taxonomy_manager_form ./taxonomy_manager.module defines forms for taxonomy manager interface 4
taxonomy_manager_form_submit ./taxonomy_manager.module submits the taxonomy manager form
taxonomy_manager_form_term_data ./taxonomy_manager.module term data editing form 2
taxonomy_manager_form_validate ./taxonomy_manager.module validates the form
taxonomy_manager_help ./taxonomy_manager.module Implementation of hook_help().
taxonomy_manager_install ./taxonomy_manager.install Implementation of hook_install
taxonomy_manager_menu ./taxonomy_manager.module Implementation of hook_menu
taxonomy_manager_merge ./taxonomy_manager.module merges terms into another term (main term), all merged term get added to the main term as synonyms. term_node relations are updated automatically (node with one of merging terms gets main term assigned) after all opterions are done (adding of… 1 2
taxonomy_manager_merge_form ./taxonomy_manager.module form for merging terms 1
taxonomy_manager_merge_get_main_term ./taxonomy_manager.module helper function for getting out the main term of former merged term (which no long exists) 1
taxonomy_manager_merge_history_update ./taxonomy_manager.module inserts merging information (main_tid - merged_tid ) into taxonomy_manager_merge and updates cache, which is used to reconstructs taxonomy/term pages 1
taxonomy_manager_merge_history_update_cache ./taxonomy_manager.module sets / updates cache for merging history 2
taxonomy_manager_move ./taxonomy_manager.module moves terms in hierarchies to other parents 1
taxonomy_manager_move_form ./taxonomy_manager.module form for moving terms in hierarchies 1
taxonomy_manager_settings ./taxonomy_manager.module Defines a settings form. 1
taxonomy_manager_terms_confirm_delete ./taxonomy_manager.module Additional confirmation form for deletion 1
taxonomy_manager_terms_confirm_delete_submit ./taxonomy_manager.module Submit handler for deletion confirmation form
taxonomy_manager_term_data_edit ./taxonomy_manager.module callback handler for updating term data 1
taxonomy_manager_term_page ./taxonomy_manager.module menu callback 1
taxonomy_manager_tree_build_child_form ./taxonomy_manager.module callback for generating and rendering nested child forms (AHAH) 1
taxonomy_manager_tree_build_form ./taxonomy_manager.module recursive function for building nested form array with checkboxes and weight forms for each term 1
taxonomy_manager_tree_build_siblings_form ./taxonomy_manager.module callback for generating and rendering next siblings terms form (AHAH) 1
taxonomy_manager_tree_link ./taxonomy_manager.module function gets called by taxonomy_manager_tree form type (form_id +_link) and returns an link, where to go, when a term gets clicked 1
taxonomy_manager_tree_operations ./taxonomy_manager.module function gets called by the taxonomy_manager_tree form type (form_id +_operations) return an form array with values to show next to every term value
taxonomy_manager_tree_process_elements ./taxonomy_manager.module Processes the tree form element
taxonomy_manager_tree_validate ./taxonomy_manager.module validates submitted form values checks if selected terms really belong to initial voc, if not --> form_set_error
taxonomy_manager_update_term_data_form ./taxonomy_manager.module menu callback for displaying term data form 1
taxonomy_manager_update_weights ./taxonomy_manager.module callback for updating weights data send through AJAX, $_POST $_POST[$tid] => $weight 1
taxonomy_manager_voc ./taxonomy_manager.module returns either form for deletion confirm or the taxonomy manager form 1
taxonomy_manager_voc_list ./taxonomy_manager.module list of vocabularies, which link to Taxonomy Manager interface 1
theme_no_submit_button ./taxonomy_manager.module themes a real button form type (no form submit)
theme_taxonomy_manager_form ./taxonomy_manager.module theme function for taxonomy manager form
theme_taxonomy_manager_image_button ./taxonomy_manager.module themes a image type button
theme_taxonomy_manager_tree ./taxonomy_manager.module theme function for root element
theme_taxonomy_manager_tree_checkbox ./taxonomy_manager.module themes a checkbox, where a label can optional contain a link
theme_taxonomy_manager_tree_elements ./taxonomy_manager.module recursive theme function for term elements
_taxonomy_manager_form_term_data_lists ./taxonomy_manager.module helper function for generating tables with values and delete op and field for adding 1
_taxonomy_manager_tree_element_set_params ./taxonomy_manager.module adds #id and #name to all form elements 1
_taxonomy_manager_tree_get_item ./taxonomy_manager.module loads tree with terms (depending on various settings) 1
_taxonomy_manager_tree_get_next_siblings_count ./taxonomy_manager.module calculates number of next siblings if using paging 1
_taxonomy_manager_tree_get_selected_terms ./taxonomy_manager.module returns term ids of selected checkboxes 2

Pages

Other projects