taxonomy_form_alter

Functions that call taxonomy_form_alter()

Namesort iconLocationDescription
taxonomy_form_altermodules/taxonomy.moduleGenerate a form for selecting terms to associate with a node.

Functions called by taxonomy_form_alter()

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.
tincludes/common.incTranslate strings to the current locale.
taxonomy_formmodules/taxonomy.moduleGenerate a form element for selecting terms from a vocabulary.
taxonomy_form_altermodules/taxonomy.moduleGenerate a form for selecting terms to associate with a node.
taxonomy_node_get_termsmodules/taxonomy.moduleFind all terms associated to the given node, ordered by vocabulary and term weight.
 
 

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.