taxonomy_node_save

Functions that call taxonomy_node_save()

Namesort iconLocationDescription
taxonomy_nodeapimodules/taxonomy/taxonomy.moduleImplementation of hook_nodeapi().
taxonomy_node_savemodules/taxonomy/taxonomy.moduleSave term associations for a given node.

Functions called by taxonomy_node_save()

Namesort iconLocationDescription
db_queryincludes/database.pgsql.incRuns a basic query in the active database.
drupal_explode_tagsincludes/common.incExplode a string of given tags into an array.
taxonomy_get_term_by_namemodules/taxonomy/taxonomy.moduleTry to map a string to an existing term, as for glossary use.
taxonomy_node_delete_revisionmodules/taxonomy/taxonomy.moduleRemove associations of a node to its terms.
taxonomy_node_savemodules/taxonomy/taxonomy.moduleSave term associations for a given node.
taxonomy_save_termmodules/taxonomy/taxonomy.moduleHelper function for taxonomy_form_term_submit().
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.