9 calls to taxonomy_get_tree() in Drupal 4
- forum_get_forums in modules/
forum.module - Returns a list of all forums for a given taxonomy id
- forum_overview in modules/
forum.module - Returns an overview list of existing forums and containers
- forum_submit in modules/
forum.module - Implementation of hook_submit().
- taxonomy_form_all in modules/
taxonomy.module - Generate a set of options for selecting a term from all vocabularies. Can be passed to form_select.
- taxonomy_form_term in modules/
taxonomy.module - taxonomy_overview_terms in modules/
taxonomy.module - Display a tree of all the terms in a vocabulary, with options to edit each one.
- taxonomy_select_nodes in modules/
taxonomy.module - Finds all nodes that match selected taxonomy conditions.
- _forum_parent_select in modules/
forum.module - Returns a select box for available parent terms
- _taxonomy_term_select in modules/
taxonomy.module