taxonomy_get_term_by_name

Functions that call taxonomy_get_term_by_name()

Namesort iconLocationDescription
taxonomy_get_term_by_namemodules/taxonomy.moduleTry to map a string to an existing term, as for glossary use.
taxonomy_node_savemodules/taxonomy.moduleSave term associations for a given node.

Functions called by taxonomy_get_term_by_name()

Namesort iconLocationDescription
db_fetch_objectincludes/database.pgsql.incFetch one result row from the previous query as an object.
db_queryincludes/database.incRuns a basic query in the active database.
db_rewrite_sqlincludes/database.incRewrites node, taxonomy and comment queries. Use it for listing queries. Do not use FROM table1, table2 syntax, use JOIN instead.
taxonomy_get_term_by_namemodules/taxonomy.moduleTry to map a string to an existing term, as for glossary use.
 
 

Drupal is a registered trademark of Dries Buytaert.