taxonomy_form
Functions that call taxonomy_form()
| Name | Location | Description |
|---|---|---|
| taxonomy_form | modules/taxonomy/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_form_alter | modules/taxonomy/taxonomy.module | Implementation 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()
| Name | Location | Description |
|---|---|---|
| check_plain | includes/bootstrap.inc | Encode special characters in a plain-text string for display as HTML. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| taxonomy_form | modules/taxonomy/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_vocabulary_load | modules/taxonomy/taxonomy.module | Return the vocabulary object matching a vocabulary ID. |
| _taxonomy_term_select | modules/taxonomy/taxonomy.module |
