taxonomy_form_alter

Functions that call taxonomy_form_alter()

Namesort iconLocationDescription
taxonomy_form_altermodules/taxonomy/taxonomy.moduleImplementation of hook_form_alter(). Generate a form for selecting terms to associate with a node. We check for taxonomy_override_selector before loading the full vocabulary, so contrib modules can intercept before hook_form_alter and provide scalable...

Functions called by taxonomy_form_alter()

Namesort iconLocationDescription
db_fetch_objectincludes/database/database.inc
db_queryincludes/database/database.incExecute an arbitrary query string against the active database.
db_rewrite_sqlincludes/database/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 page language or a given language.
taxonomy_formmodules/taxonomy/taxonomy.moduleGenerate a form element for selecting terms from a vocabulary.
taxonomy_form_altermodules/taxonomy/taxonomy.moduleImplementation of hook_form_alter(). Generate a form for selecting terms to associate with a node. We check for taxonomy_override_selector before loading the full vocabulary, so contrib modules can intercept before hook_form_alter and provide scalable...
taxonomy_implode_tagsmodules/taxonomy/taxonomy.moduleImplode a list of tags of a certain vocabulary into a string.
taxonomy_node_get_termsmodules/taxonomy/taxonomy.moduleFind all terms associated with the given node, ordered by vocabulary and term weight.
taxonomy_preview_termsmodules/taxonomy/taxonomy.moduleHelper function to convert terms after a preview.
variable_getincludes/bootstrap.incReturn a persistent variable.
 
 

Drupal is a registered trademark of Dries Buytaert.