taxonomy_manager_add_form |
./taxonomy_manager.admin.inc |
form for adding terms |
1 |
|
taxonomy_manager_add_translation |
./taxonomy_manager.admin.inc |
Helper function for adding a translation between two terms. |
2 |
|
taxonomy_manager_admin_menu_map |
./taxonomy_manager.module |
Implements hook_admin_menu_map(). |
|
|
taxonomy_manager_autocomplete_load |
./taxonomy_manager.admin.inc |
Retrieve a pipe delimited string of autocomplete suggestions (+synonyms) |
|
1 |
taxonomy_manager_autocomplete_search_terms |
./taxonomy_manager.admin.inc |
similar to taxonomy_manager_autocomplete_tags_get_tids, but used for searching terms
takes synonyms and selected subtrees into account |
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
the input gets parsed for term names, optional a term id can be directly passed with prefixing the input with 'term-id:' |
9 |
|
taxonomy_manager_check_circular_hierarchy |
./taxonomy_manager.admin.inc |
checks for circles in the hierarchy, e.g. 1 -> 2 -> 3 -> 1
a term can't contain itself as a parent |
3 |
|
taxonomy_manager_check_language |
./taxonomy_manager.admin.inc |
checks if terms in move or merge operation are of the same language |
3 |
|
taxonomy_manager_confirm_delete |
./taxonomy_manager.admin.inc |
confirmation form for deleting selected terms |
1 |
|
taxonomy_manager_copy |
./taxonomy_manager.admin.inc |
Duplicates a term to another voc |
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 |
1 |
|
taxonomy_manager_double_tree_add_translation_submit |
./taxonomy_manager.admin.inc |
Submit handler for adding a translation. |
|
1 |
taxonomy_manager_double_tree_add_translation_validate |
./taxonomy_manager.admin.inc |
Validation handler for adding a translation. |
|
1 |
taxonomy_manager_double_tree_ajax_callback |
./taxonomy_manager.admin.inc |
|
|
1 |
taxonomy_manager_double_tree_copy_submit |
./taxonomy_manager.admin.inc |
|
|
1 |
taxonomy_manager_double_tree_copy_validate |
./taxonomy_manager.admin.inc |
|
|
1 |
taxonomy_manager_double_tree_form |
./taxonomy_manager.admin.inc |
|
|
1 |
taxonomy_manager_double_tree_form_submit |
./taxonomy_manager.admin.inc |
submits the taxonomy manager double tree |
|
|
taxonomy_manager_double_tree_form_validate |
./taxonomy_manager.admin.inc |
validates taxonomy manager double tree |
|
|
taxonomy_manager_double_tree_move_submit |
./taxonomy_manager.admin.inc |
|
|
1 |
taxonomy_manager_double_tree_move_validate |
./taxonomy_manager.admin.inc |
|
|
1 |
taxonomy_manager_double_tree_settings_form |
./taxonomy_manager.admin.inc |
|
1 |
|
taxonomy_manager_double_tree_switch_submit |
./taxonomy_manager.admin.inc |
|
|
1 |
taxonomy_manager_double_tree_switch_validate |
./taxonomy_manager.admin.inc |
|
1 |
1 |
taxonomy_manager_element_info |
./taxonomy_manager.module |
Implements hook_elements(). |
|
|
taxonomy_manager_export_ajax_callback |
./taxonomy_manager.admin.inc |
Ajax handler for the export form. |
|
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_form_submit |
./taxonomy_manager.admin.inc |
Submit handler for the export form. |
|
1 |
taxonomy_manager_export_get_tree |
./taxonomy_manager.admin.inc |
Helper for loading the tree to export. |
1 |
|
taxonomy_manager_export_term_tree |
./taxonomy_manager.admin.inc |
Generates term tree export that prefixes child term with dashes. |
1 |
|
taxonomy_manager_form |
./taxonomy_manager.admin.inc |
defines forms for taxonomy manager interface |
1 |
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_double_tree_disable_submit |
./taxonomy_manager.admin.inc |
|
|
1 |
taxonomy_manager_form_double_tree_submit |
./taxonomy_manager.admin.inc |
|
|
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) |
1 |
|
taxonomy_manager_form_term_merge_submit |
./taxonomy_manager.admin.inc |
Submit handler for term merge |
|
1 |
taxonomy_manager_form_term_merge_validate |
./taxonomy_manager.admin.inc |
Validation handler for validating terms |
|
1 |
taxonomy_manager_form_validate |
./taxonomy_manager.admin.inc |
validates the form (only search button) |
1 |
|
taxonomy_manager_form_voc_jumper |
./taxonomy_manager.admin.inc |
Adds a voc jumper menu, if ctools is enabled. |
1 |
|
taxonomy_manager_get_partial_tree |
./taxonomy_manager.module |
returns partial tree for a given path |
1 |
|
taxonomy_manager_help |
./taxonomy_manager.module |
Implements hook_help(). |
|
|
taxonomy_manager_load_tid_submit |
./taxonomy_manager.admin.inc |
submit handler for loading term data form |
|
1 |
taxonomy_manager_mass_add_terms |
./taxonomy_manager.admin.inc |
Helper function for mass adding of terms. |
1 |
|
taxonomy_manager_menu |
./taxonomy_manager.module |
Implements hook_menu(). |
|
|
taxonomy_manager_move |
./taxonomy_manager.admin.inc |
Moves terms in hierarchies to other parents |
3 |
|