taxonomy_get_tree

Functions that call taxonomy_get_tree()

Namesort iconLocationDescription
forum_get_forumsmodules/forum/forum.moduleReturns a list of all forums for a given taxonomy id
forum_overviewmodules/forum/forum.moduleReturns an overview list of existing forums and containers
forum_submitmodules/forum/forum.moduleImplementation of hook_submit().
taxonomy_form_allmodules/taxonomy/taxonomy.moduleGenerate a set of options for selecting a term from all vocabularies.
taxonomy_get_treemodules/taxonomy/taxonomy.moduleCreate a hierarchical representation of a vocabulary.
taxonomy_overview_termsmodules/taxonomy/taxonomy.moduleDisplay a tree of all the terms in a vocabulary, with options to edit each one.
taxonomy_select_nodesmodules/taxonomy/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
_forum_parent_selectmodules/forum/forum.moduleReturns a select box for available parent terms

Functions called by taxonomy_get_tree()

Namesort iconLocationDescription
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_queryincludes/database.incRuns a basic query in the active database.
db_rewrite_sqlincludes/database.incRewrites node, taxonomy and comment queries. Use it for listing queries. Do not use FROM table1, table2 syntax, use JOIN instead.
drupal_cloneincludes/common.incProvide a substitute clone() function for PHP4.
taxonomy_get_treemodules/taxonomy/taxonomy.moduleCreate a hierarchical representation of a vocabulary.
 
 

Drupal is a registered trademark of Dries Buytaert.