taxonomy_node_save
Functions that call taxonomy_node_save()
| Name | Location | Description |
|---|---|---|
| taxonomy_nodeapi | modules/taxonomy.module | Implementation of hook_nodeapi(). |
| taxonomy_node_save | modules/taxonomy.module | Save term associations for a given node. |
Functions called by taxonomy_node_save()
| Name | Location | Description |
|---|---|---|
| db_query | includes/database.inc | Runs a basic query in the active database. |
| taxonomy_get_term_by_name | modules/taxonomy.module | Try to map a string to an existing term, as for glossary use. |
| taxonomy_node_delete | modules/taxonomy.module | Remove associations of a node to its terms. |
| taxonomy_node_save | modules/taxonomy.module | Save term associations for a given node. |
| taxonomy_save_term | modules/taxonomy.module |
