| forum_taxonomy | modules/forum.module | Implementation of hook_taxonomy(). |
| hook_taxonomy | developer/hooks/core.php | Act on taxonomy changes. |
| legacy_taxonomy_feed | modules/legacy.module | Menu callback; redirects users to new taxonomy feed paths. |
| legacy_taxonomy_page | modules/legacy.module | Menu callback; redirects users to new taxonomy page paths. |
| taxonomy.module | modules/taxonomy.module | Enables the organization of content into categories. |
| taxonomy_admin | modules/taxonomy.module | Menu callback; dispatches to the proper taxonomy administration function. |
| taxonomy_del_term | modules/taxonomy.module | |
| taxonomy_del_vocabulary | modules/taxonomy.module | |
| taxonomy_form | modules/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_form_all | modules/taxonomy.module | Generate a set of options for selecting a term from all vocabularies. Can be
passed to form_select. |
| taxonomy_form_term | modules/taxonomy.module | |
| taxonomy_form_vocabulary | modules/taxonomy.module | |
| taxonomy_get_children | modules/taxonomy.module | Find all children of a term ID. |
| taxonomy_get_parents | modules/taxonomy.module | Find all parents of a given term ID. |
| taxonomy_get_parents_all | modules/taxonomy.module | Find all ancestors of a given term ID. |
| taxonomy_get_related | modules/taxonomy.module | Find all term objects related to a given term ID. |
| taxonomy_get_synonyms | modules/taxonomy.module | Return an array of synonyms of the given term ID. |
| taxonomy_get_synonym_root | modules/taxonomy.module | Return the term object that has the given string as a synonym. |
| taxonomy_get_term | modules/taxonomy.module | Return the term object matching a term ID. |
| taxonomy_get_term_by_name | modules/taxonomy.module | Try to map a string to an existing term, as for glossary use. |
| taxonomy_get_tree | modules/taxonomy.module | Create a hierarchical representation of a vocabulary. |
| taxonomy_get_vocabularies | modules/taxonomy.module | Return an array of all vocabulary objects. |
| taxonomy_get_vocabulary | modules/taxonomy.module | Return the vocabulary object matching a vocabulary ID. |
| taxonomy_help | modules/taxonomy.module | Implementation of hook_help(). |
| taxonomy_link | modules/taxonomy.module | Implementation of hook_link(). |
| taxonomy_menu | modules/taxonomy.module | Implementation of hook_menu(). |
| taxonomy_nodeapi | modules/taxonomy.module | Implementation of hook_nodeapi(). |
| taxonomy_node_delete | modules/taxonomy.module | Remove associations of a node to its terms. |
| taxonomy_node_form | modules/taxonomy.module | Generate a form for selecting terms to associate with a node. |
| taxonomy_node_get_terms | modules/taxonomy.module | Find all terms associated to the given node. |
| taxonomy_node_get_terms_by_vocabulary | modules/taxonomy.module | Find all terms associated to the given node, within one vocabulary. |
| taxonomy_node_save | modules/taxonomy.module | Save term associations for a given node. |
| taxonomy_overview | modules/taxonomy.module | Generate a tabular listing of administrative functions for vocabularies. |
| taxonomy_perm | modules/taxonomy.module | Implementation of hook_perm(). |
| taxonomy_render_nodes | modules/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.module | Provides category information for rss feeds |
| taxonomy_save_term | modules/taxonomy.module | |
| taxonomy_save_vocabulary | modules/taxonomy.module | |
| taxonomy_select_nodes | modules/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_term_count_nodes | modules/taxonomy.module | Given a term id, count the number of published nodes in it. |
| taxonomy_term_page | modules/taxonomy.module | Menu callback; displays all nodes associated with a term. |
| _taxonomy_confirm_del_term | modules/taxonomy.module | |
| _taxonomy_confirm_del_vocabulary | modules/taxonomy.module | |
| _taxonomy_depth | modules/taxonomy.module | |
| _taxonomy_get_tid_from_term | modules/taxonomy.module | Helper function for array_map purposes. |
| _taxonomy_prepare_insert | modules/taxonomy.module | |
| _taxonomy_prepare_update | modules/taxonomy.module | |
| _taxonomy_term_children | modules/taxonomy.module | Helper for taxonomy_term_count_nodes(). |
| _taxonomy_term_select | modules/taxonomy.module | |