| forum_taxonomy | modules/forum/forum.module | Implementation of hook_taxonomy(). |
| hook_taxonomy | developer/hooks/core.php | Act on taxonomy changes. |
| legacy_taxonomy_feed | modules/legacy/legacy.module | Menu callback; redirects users to new taxonomy feed paths. |
| legacy_taxonomy_page | modules/legacy/legacy.module | Menu callback; redirects users to new taxonomy page paths. |
| taxonomy.module | modules/taxonomy/taxonomy.module | Enables the organization of content into categories. |
| taxonomy_admin_term_edit | modules/taxonomy/taxonomy.module | Page to edit a vocabulary term. |
| taxonomy_admin_vocabulary_edit | modules/taxonomy/taxonomy.module | Page to edit a vocabulary. |
| taxonomy_autocomplete | modules/taxonomy/taxonomy.module | Helper function for autocompletion |
| taxonomy_del_term | modules/taxonomy/taxonomy.module | Delete a term. |
| taxonomy_del_vocabulary | modules/taxonomy/taxonomy.module | Delete a vocabulary. |
| taxonomy_form | modules/taxonomy/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_form_all | modules/taxonomy/taxonomy.module | Generate a set of options for selecting a term from all vocabularies. |
| taxonomy_form_alter | modules/taxonomy/taxonomy.module | Implementation of hook_form_alter().
Generate a form for selecting terms to associate with a node. |
| taxonomy_form_term | modules/taxonomy/taxonomy.module | |
| taxonomy_form_term_submit | modules/taxonomy/taxonomy.module | Accept the form submission for a taxonomy term and save the result. |
| taxonomy_form_vocabulary | modules/taxonomy/taxonomy.module | Display form for adding and editing vocabularies. |
| taxonomy_form_vocabulary_submit | modules/taxonomy/taxonomy.module | Accept the form submission for a vocabulary and save the results. |
| taxonomy_get_children | modules/taxonomy/taxonomy.module | Find all children of a term ID. |
| taxonomy_get_parents | modules/taxonomy/taxonomy.module | Find all parents of a given term ID. |
| taxonomy_get_parents_all | modules/taxonomy/taxonomy.module | Find all ancestors of a given term ID. |
| taxonomy_get_related | modules/taxonomy/taxonomy.module | Find all term objects related to a given term ID. |
| taxonomy_get_synonyms | modules/taxonomy/taxonomy.module | Return an array of synonyms of the given term ID. |
| taxonomy_get_synonym_root | modules/taxonomy/taxonomy.module | Return the term object that has the given string as a synonym. |
| taxonomy_get_term | modules/taxonomy/taxonomy.module | Return the term object matching a term ID. |
| taxonomy_get_term_by_name | modules/taxonomy/taxonomy.module | Try to map a string to an existing term, as for glossary use. |
| taxonomy_get_tree | modules/taxonomy/taxonomy.module | Create a hierarchical representation of a vocabulary. |
| taxonomy_get_vocabularies | modules/taxonomy/taxonomy.module | Return an array of all vocabulary objects. |
| taxonomy_get_vocabulary | modules/taxonomy/taxonomy.module | Return the vocabulary object matching a vocabulary ID. |
| taxonomy_help | modules/taxonomy/taxonomy.module | Implementation of hook_help(). |
| taxonomy_link | modules/taxonomy/taxonomy.module | Implementation of hook_link(). |
| taxonomy_menu | modules/taxonomy/taxonomy.module | Implementation of hook_menu(). |
| taxonomy_nodeapi | modules/taxonomy/taxonomy.module | Implementation of hook_nodeapi(). |
| taxonomy_node_delete | modules/taxonomy/taxonomy.module | Remove associations of a node to its terms. |
| taxonomy_node_get_terms | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, ordered by vocabulary and term weight. |
| taxonomy_node_get_terms_by_vocabulary | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, within one vocabulary. |
| taxonomy_node_save | modules/taxonomy/taxonomy.module | Save term associations for a given node. |
| taxonomy_node_type | modules/taxonomy/taxonomy.module | Implementation of hook_node_type(). |
| taxonomy_node_update_index | modules/taxonomy/taxonomy.module | Implementation of hook_nodeapi('update_index'). |
| taxonomy_node_validate | modules/taxonomy/taxonomy.module | Make sure incoming vids are free tagging enabled. |
| taxonomy_overview_terms | modules/taxonomy/taxonomy.module | Display a tree of all the terms in a vocabulary, with options to edit
each one. |
| taxonomy_overview_vocabularies | modules/taxonomy/taxonomy.module | List and manage vocabularies. |
| taxonomy_perm | modules/taxonomy/taxonomy.module | Implementation of hook_perm(). |
| taxonomy_render_nodes | 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. |
| taxonomy_rss_item | modules/taxonomy/taxonomy.module | Provides category information for RSS feeds. |
| taxonomy_save_term | modules/taxonomy/taxonomy.module | Helper function for taxonomy_form_term_submit(). |
| taxonomy_save_vocabulary | modules/taxonomy/taxonomy.module | |
| taxonomy_select_nodes | modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_terms_parse_string | modules/taxonomy/taxonomy.module | Parses a comma or plus separated string of term IDs. |
| taxonomy_term_confirm_delete | modules/taxonomy/taxonomy.module | |
| taxonomy_term_confirm_delete_submit | modules/taxonomy/taxonomy.module | |