taxonomy_form_vocabulary

Functions that call taxonomy_form_vocabulary()

Namesort iconLocationDescription
taxonomy_admin_vocabulary_editmodules/taxonomy.modulePage to add or edit a vocabulary
taxonomy_form_vocabularymodules/taxonomy.moduleDisplay form for adding and editing vocabularies.

Functions called by taxonomy_form_vocabulary()

Namesort iconLocationDescription
drupal_get_formincludes/form.incProcesses a form array and produces the HTML output of a form. If there is input in the $_POST['edit'] variable, this function will attempt to validate it, using drupal_validate_form(), and then submit the form using drupal_submit_form().
module_invoke_allincludes/module.incInvoke a hook in all enabled modules that implement it.
node_get_typesmodules/node.moduleReturn the list of available node types.
tincludes/common.incTranslate strings to the current locale.
taxonomy_form_vocabularymodules/taxonomy.moduleDisplay form for adding and editing vocabularies.
urlincludes/common.incGenerate a URL from a Drupal menu path. Will also pass-through existing URLs.
 
 

Drupal is a registered trademark of Dries Buytaert.