taxonomy_get_tree

Functions that call taxonomy_get_tree()

Namesort iconLocationDescription
forum_get_forumsmodules/forum.moduleReturns a list of all forums for a given taxonomy id
forum_overviewmodules/forum.moduleReturns an overview list of existing forums and containers
taxonomy_form_allmodules/taxonomy.moduleGenerate a set of options for selecting a term from all vocabularies. Can be passed to form_select.
taxonomy_get_treemodules/taxonomy.moduleCreate a hierarchical representation of a vocabulary.
taxonomy_overviewmodules/taxonomy.moduleGenerate a tabular listing of administrative functions for vocabularies.
taxonomy_select_nodesmodules/taxonomy.moduleFinds all nodes that match selected taxonomy conditions.
_forum_parent_selectmodules/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.
taxonomy_get_treemodules/taxonomy.moduleCreate a hierarchical representation of a vocabulary.
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.