taxonomy_get_parents
Functions that call taxonomy_get_parents()
| Name | Location | Description |
|---|---|---|
| taxonomy_del_term | modules/taxonomy/taxonomy.module | Delete a term. |
| taxonomy_form_term | modules/taxonomy/taxonomy.admin.inc | Form function for the term edit form. See alsotaxonomy_form_term_submit() |
| 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_term_page | modules/taxonomy/taxonomy.pages.inc | Menu callback; displays all nodes associated with a term. |
| _forum_parent_select | modules/forum/forum.admin.inc | Returns a select box for available parent terms |
Functions called by taxonomy_get_parents()
| Name | Location | Description |
|---|---|---|
| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | includes/database.pgsql.inc | Runs a basic query in the active database. |
| db_rewrite_sql | includes/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_parents | modules/taxonomy/taxonomy.module | Find all parents of a given term ID. |
