taxonomy_node_get_terms_by_vocabulary
Functions that call taxonomy_node_get_terms_by_vocabulary()
| Name | Location | Description |
|---|---|---|
| forum_form | modules/forum/forum.module | Implementation of hook_form(). |
| forum_nodeapi | modules/forum/forum.module | Implementation of hook_nodeapi(). |
| taxonomy_node_get_terms_by_vocabulary | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, within one vocabulary. |
Functions called by taxonomy_node_get_terms_by_vocabulary()
| 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_node_get_terms_by_vocabulary | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, within one vocabulary. |
