taxonomy_get_parents

Functions that call taxonomy_get_parents()

Namesort iconLocationDescription
taxonomy_get_parentsmodules/taxonomy.moduleFind all parents of a given term ID.
taxonomy_get_parents_allmodules/taxonomy.moduleFind all ancestors of a given term ID.
taxonomy_term_pagemodules/taxonomy.moduleMenu callback; displays all nodes associated with a term.
_forum_parent_selectmodules/forum.moduleReturns a select box for available parent terms

Functions called by taxonomy_get_parents()

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.
taxonomy_get_parentsmodules/taxonomy.moduleFind all parents of a given term ID.
 
 

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.