taxonomy.module
Version
1.414.2.4 (checked in on 2008/06/25 at 08:00:57 by goba)
Description
Enables the organization of content into categories.
Functions
| Name | Description |
|---|---|
| taxonomy_check_vocabulary_hierarchy | Dynamicly check and update the hierarachy flag of a vocabulary. |
| taxonomy_del_term | Delete a term. |
| taxonomy_del_vocabulary | Delete a vocabulary. |
| taxonomy_form | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_form_all | Generate a set of options for selecting a term from all vocabularies. |
| taxonomy_form_alter | 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_get_children | Find all children of a term ID. |
| taxonomy_get_parents | Find all parents of a given term ID. |
| taxonomy_get_parents_all | Find all ancestors of a given term ID. |
| taxonomy_get_related | Find all term objects related to a given term ID. |
| taxonomy_get_synonyms | Return an array of synonyms of the given term ID. |
| taxonomy_get_synonym_root | Return the term object that has the given string as a synonym. |
| taxonomy_get_term | Return the term object matching a term ID. |
| taxonomy_get_term_by_name | Try to map a string to an existing term, as for glossary use. |
| taxonomy_get_tree | Create a hierarchical representation of a vocabulary. |
| taxonomy_get_vocabularies | Return an array of all vocabulary objects. |
| taxonomy_help | Implementation of hook_help(). |
| taxonomy_hook_info | Implementation of hook_hook_info(). |
| taxonomy_implode_tags | Implode a list of tags of a certain vocabulary into a string. |
| taxonomy_link | Implementation of hook_link(). |
| taxonomy_menu | Implementation of hook_menu(). |
| taxonomy_nodeapi | Implementation of hook_nodeapi(). |
| taxonomy_node_delete | Remove associations of a node to its terms. |
| taxonomy_node_delete_revision | Remove associations of a node to its terms. |
| taxonomy_node_get_terms | Find all terms associated with the given node, ordered by vocabulary and term weight. |
| taxonomy_node_get_terms_by_vocabulary | Find all terms associated with the given node, within one vocabulary. |
| taxonomy_node_save | Save term associations for a given node. |
| taxonomy_node_type | Implementation of hook_node_type(). |
| taxonomy_node_update_index | Implementation of hook_nodeapi('update_index'). |
| taxonomy_node_validate | Make sure incoming vids are free tagging enabled. |
| taxonomy_perm | Implementation of hook_perm(). |
| taxonomy_preview_terms | Helper function to convert terms after a preview. |
| taxonomy_render_nodes | Accepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager. |
| taxonomy_rss_item | Provides category information for RSS feeds. |
| taxonomy_save_term | Helper function for taxonomy_form_term_submit(). |
| taxonomy_save_vocabulary | |
| taxonomy_select_nodes | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_terms_parse_string | Parses a comma or plus separated string of term IDs. |
| taxonomy_term_count_nodes | Count the number of published nodes classified by a term. |
| taxonomy_term_path | |
| taxonomy_theme | Implementation of hook_theme() |
| taxonomy_vocabulary_load | Return the vocabulary object matching a vocabulary ID. |
| theme_taxonomy_term_select | Format the selection field for choosing terms (by deafult the default selection field is used). |
| _taxonomy_get_tid_from_term | Helper function for array_map purposes. |
| _taxonomy_term_children | Helper for taxonomy_term_count_nodes(). Used to find out which terms are children of a parent term. |
| _taxonomy_term_select |
