taxonomy_get_children
Functions that call taxonomy_get_children()
| Name | Location | Description |
|---|---|---|
| taxonomy_del_term | modules/taxonomy/taxonomy.module | Delete a term. |
| taxonomy_get_children | modules/taxonomy/taxonomy.module | Find all children of a term ID. |
Functions called by taxonomy_get_children()
| Name | Location | Description |
|---|---|---|
| db_fetch_object | includes/database/database.inc | |
| db_query | includes/database/database.inc | Execute an arbitrary query string against the active database. |
| db_rewrite_sql | includes/database/database.inc | Rewrites node, taxonomy and comment queries. Use it for listing queries. Do not use FROM table1, table2 syntax, use JOIN instead. |
| taxonomy_get_children | modules/taxonomy/taxonomy.module | Find all children of a term ID. |
