taxonomy_form
Functions that call taxonomy_form()
| Name | Location | Description |
|---|---|---|
| taxonomy_form | modules/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_form_alter | modules/taxonomy.module | Generate a form for selecting terms to associate with a node. |
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 current locale. |
| taxonomy_form | modules/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_get_vocabulary | modules/taxonomy.module | Return the vocabulary object matching a vocabulary ID. |
| _taxonomy_term_select | modules/taxonomy.module |
