taxonomy_get_parents_all
Functions that call taxonomy_get_parents_all()
| Name | Location | Description |
|---|---|---|
| forum_nodeapi | modules/forum/forum.module | Implementation of hook_nodeapi(). |
| forum_page | modules/forum/forum.pages.inc | Menu callback; prints a forum listing. |
| taxonomy_get_parents_all | modules/taxonomy/taxonomy.module | Find all ancestors of a given term ID. |
Functions called by taxonomy_get_parents_all()
| Name | Location | Description |
|---|---|---|
| taxonomy_get_parents | modules/taxonomy/taxonomy.module | Find all parents of a given term ID. |
| taxonomy_get_parents_all | modules/taxonomy/taxonomy.module | Find all ancestors of a given term ID. |
| taxonomy_get_term | modules/taxonomy/taxonomy.module | Return the term object matching a term ID. |
