taxonomy_manager_add_form |
./taxonomy_manager.admin.inc |
form for adding terms |
1 |
|
taxonomy_manager_autocomplete_load |
./taxonomy_manager.admin.inc |
Retrieve a pipe delimited string of autocomplete suggestions (+synonyms) |
|
1 |
taxonomy_manager_autocomplete_tags_get_tids |
./taxonomy_manager.admin.inc |
helper function for getting out of term ids from autocomplete fields
non-exsiting terms get inserted autmatically
(part of taxonomy_node_save) |
4 |
|
taxonomy_manager_confirm_delete |
./taxonomy_manager.admin.inc |
confirmation form for deleting selected terms |
1 |
|
taxonomy_manager_delete_terms |
./taxonomy_manager.admin.inc |
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.admin.inc |
AJAX Callback that returns the CSV Output |
|
1 |
taxonomy_manager_export_csv |
./taxonomy_manager.admin.inc |
Generates the CVS Ouput |
1 |
|
taxonomy_manager_export_form |
./taxonomy_manager.admin.inc |
form for exporting terms |
1 |
|
taxonomy_manager_export_get_tree |
./taxonomy_manager.admin.inc |
Helper for cvs export to get taxonomy tree |
1 |
|
taxonomy_manager_form |
./taxonomy_manager.admin.inc |
defines forms for taxonomy manager interface |
|
3 |
taxonomy_manager_form_add_submit |
./taxonomy_manager.admin.inc |
Submit handler for adding terms |
|
1 |
taxonomy_manager_form_delete_submit |
./taxonomy_manager.admin.inc |
Submit handler for deleting terms |
|
1 |
taxonomy_manager_form_delete_validate |
./taxonomy_manager.admin.inc |
Validation handler for deleting terms |
|
1 |
taxonomy_manager_form_merge_submit |
./taxonomy_manager.admin.inc |
Submit handler for merging terms |
|
1 |
taxonomy_manager_form_merge_validate |
./taxonomy_manager.admin.inc |
Validation handler for validating terms |
|
1 |
taxonomy_manager_form_move_submit |
./taxonomy_manager.admin.inc |
Submit handler for moving terms |
|
1 |
taxonomy_manager_form_move_validate |
./taxonomy_manager.admin.inc |
Validation handler for moving terms |
|
1 |
taxonomy_manager_form_submit |
./taxonomy_manager.admin.inc |
submits the taxonomy manager form (only search button) |
|
|
taxonomy_manager_form_term_data |
./taxonomy_manager.admin.inc |
term data editing form |
2 |
|
taxonomy_manager_form_validate |
./taxonomy_manager.admin.inc |
validates the form (only search button) |
|
|
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_menu_alter |
./taxonomy_manager.module |
Implementation of hook_menu_alter |
|
|
taxonomy_manager_merge |
./taxonomy_manager.admin.inc |
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.admin.inc |
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.admin.inc |
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.admin.inc |
moves terms in hierarchies to other parents |
1 |
|
taxonomy_manager_move_form |
./taxonomy_manager.admin.inc |
form for moving terms in hierarchies |
1 |
|
taxonomy_manager_schema |
./taxonomy_manager.install |
Implementation of hook_schema() |
|
|
taxonomy_manager_settings |
./taxonomy_manager.admin.inc |
Defines a settings form. |
|
1 |
taxonomy_manager_term_confirm_delete |
./taxonomy_manager.admin.inc |
Form builder for the term delete form. |
1 |
|
taxonomy_manager_term_confirm_delete_submit |
./taxonomy_manager.admin.inc |
Submit handler to delete a term after confirmation. |
2 |
|
taxonomy_manager_term_data_edit |
./taxonomy_manager.admin.inc |
callback handler for updating term data |
|
1 |
taxonomy_manager_term_page |
./taxonomy_manager.module |
menu callback |
|
1 |
taxonomy_manager_theme |
./taxonomy_manager.module |
Implementation of hook_theme |
|
|
taxonomy_manager_toolbar_forms |
./taxonomy_manager.admin.inc |
|
|
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_get_terms_to_expand |
./taxonomy_manager.module |
marks parent terms to expand if a child terms is selected by default |
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 |
|
|
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 |
|
1 |
taxonomy_manager_tree_term_extra_info |
./taxonomy_manager.module |
returns some additional information about the term which gets added to the link title |
1 |
|
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 |
|
1 |
taxonomy_manager_uninstall |
./taxonomy_manager.install |
Implementation of hook_uninstall |
|
|