taxonomy_get_children

Functions that call taxonomy_get_children()

Namesort iconLocationDescription
taxonomy_del_termmodules/taxonomy/taxonomy.moduleDelete a term.
taxonomy_get_childrenmodules/taxonomy/taxonomy.moduleFind all children of a term ID.

Functions called by taxonomy_get_children()

Namesort iconLocationDescription
db_fetch_objectincludes/database/database.inc
db_queryincludes/database/database.incExecute an arbitrary query string against the active database.
db_rewrite_sqlincludes/database/database.incRewrites node, taxonomy and comment queries. Use it for listing queries. Do not use FROM table1, table2 syntax, use JOIN instead.
taxonomy_get_childrenmodules/taxonomy/taxonomy.moduleFind all children of a term ID.
 
 

Drupal is a registered trademark of Dries Buytaert.