Version 1.474 (checked in on 2009/05/24 at 17:39:35 by dries)
Enables the organization of content into categories.
| Name | Beschreibung |
|---|---|
| taxonomy_admin_vocabulary_title_callback | Return the vocabulary name given the vocabulary object. |
| taxonomy_check_vocabulary_hierarchy | Dynamically check and update the hierarchy flag of 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_by_name | Try to map a string to an existing term, as for glossary use. |
| taxonomy_get_term_data | Return a term object from the taxonomy_term_data table. |
| taxonomy_get_tids_from_nodes | Find all term IDs associated with a set of nodes. |
| 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_menu | Implementation of hook_menu(). |
| taxonomy_node_delete | Implementation of hook_node_delete(). |
| taxonomy_node_delete_revision | Implementation of hook_node_delete_revision(). |
| 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_insert | Implementation of hook_node_insert(). |
| taxonomy_node_load | Implementation of hook_node_load(). |
| taxonomy_node_save | Save term associations for a given node. |
| taxonomy_node_type | Implementation of hook_node_type(). |
| taxonomy_node_update | Implementation of hook_node_update(). |
| taxonomy_node_update_index | Implementation of hook_node_update_index(). |
| taxonomy_node_validate | Implementation of hook_node_validate(). |
| taxonomy_node_view | An implementation of hook_node_view(). |
| taxonomy_perm | Implementation of hook_perm(). |
| taxonomy_preview_terms | Helper function to convert terms after a preview. |
| taxonomy_select_nodes | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_terms_load | Return array of tids and join operator. |
| taxonomy_terms_parse_string | Parses a comma or plus separated string of term IDs. |
| taxonomy_terms_static_reset | Clear all static cache variables for terms.. |
| taxonomy_term_count_nodes | Count the number of published nodes classified by a term. |
| taxonomy_term_delete | Delete a term. |
| taxonomy_term_load | Return the term object matching a term ID. |
| taxonomy_term_load_multiple | Load multiple taxonomy terms based on certain conditions. |
| taxonomy_term_path | For vocabularies not maintained by taxonomy.module, give the maintaining module a chance to provide a path for terms in that vocabulary. |
| taxonomy_term_save | Save a term object to the database. |
| taxonomy_theme | Implementation of hook_theme(). |
| taxonomy_vocabulary_delete | Delete a vocabulary. |
| taxonomy_vocabulary_load | Return the vocabulary object matching a vocabulary ID. |
| taxonomy_vocabulary_load_multiple | Load multiple taxonomy vocabularies based on certain conditions. |
| taxonomy_vocabulary_save | Save a vocabulary given a vocabulary object. |
| theme_taxonomy_term_select | Format the selection field for choosing terms (by default the default selection field is used). |
| _taxonomy_get_tid_from_term | Helper function for array_map purposes. |
| _taxonomy_term_select | Create a select form element for a given taxonomy vocabulary. |
Kommentare
Kommentar hinzufügen