| forum_taxonomy | modules/forum/forum.module | Implementation of hook_taxonomy(). |
| hook_taxonomy | developer/hooks/core.php | Act on taxonomy changes. |
| taxonomy.admin.inc | modules/taxonomy/taxonomy.admin.inc | Administrative page callbacks for the taxonomy module. |
| taxonomy.install | modules/taxonomy/taxonomy.install | |
| taxonomy.module | modules/taxonomy/taxonomy.module | Enables the organization of content into categories. |
| taxonomy.pages.inc | modules/taxonomy/taxonomy.pages.inc | Page callbacks for the taxonomy module. |
| taxonomy_add_term_page | modules/taxonomy/taxonomy.admin.inc | Menu callback; return the edit form for a new term after setting the title. |
| taxonomy_admin_term_edit | modules/taxonomy/taxonomy.admin.inc | Page to edit a vocabulary term. |
| taxonomy_admin_vocabulary_edit | modules/taxonomy/taxonomy.admin.inc | Page to edit a vocabulary. |
| taxonomy_autocomplete | modules/taxonomy/taxonomy.pages.inc | Helper function for autocompletion |
| taxonomy_check_vocabulary_hierarchy | modules/taxonomy/taxonomy.module | Dynamically check and update the hierarachy flag of a vocabulary. |
| taxonomy_del_term | modules/taxonomy/taxonomy.module | Delete a term. |
| taxonomy_del_vocabulary | modules/taxonomy/taxonomy.module | Delete a vocabulary. |
| taxonomy_form | modules/taxonomy/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_form_all | modules/taxonomy/taxonomy.module | Generate a set of options for selecting a term from all vocabularies. |
| 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... |
| taxonomy_form_term | modules/taxonomy/taxonomy.admin.inc | Form function for the term edit form. |
| taxonomy_form_term_submit | modules/taxonomy/taxonomy.admin.inc | Submit handler to insert or update a term. |
| taxonomy_form_term_validate | modules/taxonomy/taxonomy.admin.inc | Validation handler for the term edit form. Ensure numeric weight values. |
| taxonomy_form_vocabulary | modules/taxonomy/taxonomy.admin.inc | Display form for adding and editing vocabularies. |
| taxonomy_form_vocabulary_submit | modules/taxonomy/taxonomy.admin.inc | Accept the form submission for a vocabulary and save the results. |
| taxonomy_get_children | modules/taxonomy/taxonomy.module | Find all children of a term ID. |
| taxonomy_get_parents | modules/taxonomy/taxonomy.module | Find all parents of a given term ID. |
| taxonomy_get_parents_all | modules/taxonomy/taxonomy.module | Find all ancestors of a given term ID. |
| taxonomy_get_related | modules/taxonomy/taxonomy.module | Find all term objects related to a given term ID. |
| taxonomy_get_synonyms | modules/taxonomy/taxonomy.module | Return an array of synonyms of the given term ID. |
| taxonomy_get_synonym_root | modules/taxonomy/taxonomy.module | Return the term object that has the given string as a synonym. |
| taxonomy_get_term | modules/taxonomy/taxonomy.module | Return the term object matching a term ID. |
| taxonomy_get_term_by_name | modules/taxonomy/taxonomy.module | Try to map a string to an existing term, as for glossary use. |
| taxonomy_get_tree | modules/taxonomy/taxonomy.module | Create a hierarchical representation of a vocabulary. |
| taxonomy_get_vocabularies | modules/taxonomy/taxonomy.module | Return an array of all vocabulary objects. |
| taxonomy_help | modules/taxonomy/taxonomy.module | Implementation of hook_help(). |
| taxonomy_hook_info | modules/taxonomy/taxonomy.module | Implementation of hook_hook_info(). |
| taxonomy_implode_tags | modules/taxonomy/taxonomy.module | Implode a list of tags of a certain vocabulary into a string. |
| taxonomy_link | modules/taxonomy/taxonomy.module | Implementation of hook_link(). |
| taxonomy_menu | modules/taxonomy/taxonomy.module | Implementation of hook_menu(). |
| taxonomy_nodeapi | modules/taxonomy/taxonomy.module | Implementation of hook_nodeapi(). |
| taxonomy_node_delete | modules/taxonomy/taxonomy.module | Remove associations of a node to its terms. |
| taxonomy_node_delete_revision | modules/taxonomy/taxonomy.module | Remove associations of a node to its terms. |
| taxonomy_node_get_terms | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, ordered by vocabulary and term weight. |
| taxonomy_node_get_terms_by_vocabulary | modules/taxonomy/taxonomy.module | Find all terms associated with the given node, within one vocabulary. |
| taxonomy_node_save | modules/taxonomy/taxonomy.module | Save term associations for a given node. |
| taxonomy_node_type | modules/taxonomy/taxonomy.module | Implementation of hook_node_type(). |
| taxonomy_node_update_index | modules/taxonomy/taxonomy.module | Implementation of hook_nodeapi('update_index'). |
| taxonomy_node_validate | modules/taxonomy/taxonomy.module | Make sure incoming vids are free tagging enabled. |
| taxonomy_overview_terms | modules/taxonomy/taxonomy.admin.inc | Form builder for the taxonomy terms overview. |
| taxonomy_overview_terms_submit | modules/taxonomy/taxonomy.admin.inc | Submit handler for terms overview form. |
| taxonomy_overview_vocabularies | modules/taxonomy/taxonomy.admin.inc | Form builder to list and manage vocabularies. |
| taxonomy_overview_vocabularies_submit | modules/taxonomy/taxonomy.admin.inc | Submit handler for vocabularies overview. Updates changed vocabulary weights. |
| taxonomy_perm | modules/taxonomy/taxonomy.module | Implementation of hook_perm(). |