|
taxonomy_form_term_validate |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Validation handler for the term edit form. Ensure numeric weight values. |
|
|
|
taxonomy_form_vocabulary |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Display form for adding and editing vocabularies. |
|
3 |
|
taxonomy_form_vocabulary_submit |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Accept the form submission for a vocabulary and save the results. |
|
|
|
taxonomy_get_children |
drupal-6.x/modules/taxonomy/taxonomy.module |
Find all children of a term ID. |
1 |
|
|
taxonomy_get_parents |
drupal-6.x/modules/taxonomy/taxonomy.module |
Find all parents of a given term ID. |
5 |
|
|
taxonomy_get_parents_all |
drupal-6.x/modules/taxonomy/taxonomy.module |
Find all ancestors of a given term ID. |
2 |
|
|
taxonomy_get_related |
drupal-6.x/modules/taxonomy/taxonomy.module |
Find all term objects related to a given term ID. |
1 |
|
|
taxonomy_get_synonyms |
drupal-6.x/modules/taxonomy/taxonomy.module |
Return an array of synonyms of the given term ID. |
1 |
|
|
taxonomy_get_synonym_root |
drupal-6.x/modules/taxonomy/taxonomy.module |
Return the term object that has the given string as a synonym. |
|
|
|
taxonomy_get_term |
drupal-6.x/modules/taxonomy/taxonomy.module |
Return the term object matching a term ID. |
11 |
|
|
taxonomy_get_term_by_name |
drupal-6.x/modules/taxonomy/taxonomy.module |
Try to map a string to an existing term, as for glossary use. |
1 |
|
|
taxonomy_get_tree |
drupal-6.x/modules/taxonomy/taxonomy.module |
Create a hierarchical representation of a vocabulary. |
10 |
|
|
taxonomy_get_vocabularies |
drupal-6.x/modules/taxonomy/taxonomy.module |
Return an array of all vocabulary objects. |
3 |
|
|
taxonomy_help |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implementation of hook_help(). |
|
|
|
taxonomy_hook_info |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implementation of hook_hook_info(). |
|
|
|
taxonomy_implode_tags |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implodes a list of tags of a certain vocabulary into a string. |
1 |
|
|
taxonomy_link |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implementation of hook_link(). |
2 |
|
|
taxonomy_menu |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implementation of hook_menu(). |
|
|
|
taxonomy_nodeapi |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implementation of hook_nodeapi(). |
1 |
|
|
taxonomy_node_delete |
drupal-6.x/modules/taxonomy/taxonomy.module |
Remove associations of a node to its terms. |
1 |
|
|
taxonomy_node_delete_revision |
drupal-6.x/modules/taxonomy/taxonomy.module |
Remove associations of a node to its terms. |
2 |
|
|
taxonomy_node_get_terms |
drupal-6.x/modules/taxonomy/taxonomy.module |
Find all terms associated with the given node, ordered by vocabulary and term weight. |
3 |
|
|
taxonomy_node_get_terms_by_vocabulary |
drupal-6.x/modules/taxonomy/taxonomy.module |
Find all terms associated with the given node, within one vocabulary. |
2 |
|
|
taxonomy_node_save |
drupal-6.x/modules/taxonomy/taxonomy.module |
Save term associations for a given node. |
1 |
|
|
taxonomy_node_type |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implementation of hook_node_type(). |
|
|
|
taxonomy_node_update_index |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implementation of hook_nodeapi('update_index'). |
1 |
|
|
taxonomy_node_validate |
drupal-6.x/modules/taxonomy/taxonomy.module |
Make sure incoming vids are free tagging enabled. |
1 |
|
|
taxonomy_overview_terms |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Form builder for the taxonomy terms overview. |
1 |
3 |
|
taxonomy_overview_terms_submit |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Submit handler for terms overview form. |
|
1 |
|
taxonomy_overview_vocabularies |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Form builder to list and manage vocabularies. |
|
2 |
|
taxonomy_overview_vocabularies_submit |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Submit handler for vocabularies overview. Updates changed vocabulary weights. |
|
|
|
taxonomy_perm |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implementation of hook_perm(). |
|
|
|
taxonomy_preview_terms |
drupal-6.x/modules/taxonomy/taxonomy.module |
Helper function to convert terms after a preview. |
2 |
|
|
taxonomy_render_nodes |
drupal-6.x/modules/taxonomy/taxonomy.module |
Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |
1 |
|
|
taxonomy_rss_item |
drupal-6.x/modules/taxonomy/taxonomy.module |
Provides category information for RSS feeds. |
1 |
|
|
taxonomy_save_term |
drupal-6.x/modules/taxonomy/taxonomy.module |
Helper function for taxonomy_form_term_submit(). |
4 |
|
|
taxonomy_save_vocabulary |
drupal-6.x/modules/taxonomy/taxonomy.module |
|
7 |
|
|
taxonomy_schema |
drupal-6.x/modules/taxonomy/taxonomy.install |
Implementation of hook_schema(). |
|
|
|
taxonomy_select_nodes |
drupal-6.x/modules/taxonomy/taxonomy.module |
Finds all nodes that match selected taxonomy conditions. |
1 |
|
|
taxonomy_terms_parse_string |
drupal-6.x/modules/taxonomy/taxonomy.module |
Parses a comma or plus separated string of term IDs. |
1 |
|
|
taxonomy_term_confirm_delete |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Form builder for the term delete form. |
1 |
|
|
taxonomy_term_confirm_delete_submit |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Submit handler to delete a term after confirmation. |
1 |
|
|
taxonomy_term_confirm_parents |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Form builder for the confirmation of multiple term parents. |
1 |
|
|
taxonomy_term_count_nodes |
drupal-6.x/modules/taxonomy/taxonomy.module |
Count the number of published nodes classified by a term. |
|
|
|
taxonomy_term_page |
drupal-6.x/modules/taxonomy/taxonomy.pages.inc |
Menu callback; displays all nodes associated with a term. |
|
2 |
|
taxonomy_term_path |
drupal-6.x/modules/taxonomy/taxonomy.module |
For vocabularies not maintained by taxonomy.module, give the maintaining
module a chance to provide a path for terms in that vocabulary. |
1 |
|
|
taxonomy_theme |
drupal-6.x/modules/taxonomy/taxonomy.module |
Implementation of hook_theme(). |
|
|
|
taxonomy_vocabulary_confirm_delete |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Form builder for the vocabulary delete confirmation form. |
|
1 |
|
taxonomy_vocabulary_confirm_delete_submit |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Submit handler to delete a vocabulary after confirmation. |
|
|
|
taxonomy_vocabulary_confirm_reset_alphabetical |
drupal-6.x/modules/taxonomy/taxonomy.admin.inc |
Form builder to confirm reseting a vocabulary to alphabetical order. |
1 |
|