taxonomy_get_related
Functions that call taxonomy_get_related()
| Name | Location | Description |
|---|---|---|
| taxonomy_form_term | modules/taxonomy/taxonomy.admin.inc | Form function for the term edit form. See alsotaxonomy_form_term_submit() |
| taxonomy_get_related | modules/taxonomy/taxonomy.module | Find all term objects related to a given term ID. |
Functions called by taxonomy_get_related()
| 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. |
| taxonomy_get_related | modules/taxonomy/taxonomy.module | Find all term objects related to a given term ID. |
