taxonomy.module
Version 1.536 (checked in on 2009/11/08 at 11:19:02 by webchick)
Enables the organization of content into categories.
Functions
| Name | Description |
|---|---|
| taxonomy_admin_vocabulary_title_callback | Return the vocabulary name given the vocabulary object. |
| taxonomy_allowed_values | Create an array of the allowed values for this field. |
| taxonomy_autocomplete_elements_process | Process an individual autocomplete widget element. |
| taxonomy_autocomplete_validate | FAPI function to validate taxonomy term autocomplete element. |
| taxonomy_check_vocabulary_hierarchy | Dynamically check and update the hierarchy flag of a vocabulary. |
| taxonomy_element_info | Implement hook_element_info(). |
| taxonomy_entity_info | Implement hook_entity_info(). |
| taxonomy_field_build_modes | Implement hook_field_build_modes(); |
| taxonomy_field_formatter_info | Implement hook_field_formatter_info(). |
| taxonomy_field_formatter_prepare_view | Implement hook_field_load(). |
| taxonomy_field_info | Implement hook_field_info(). |
| taxonomy_field_insert | Implement hook_field_insert(). |
| taxonomy_field_is_empty | Implement hook_field_is_empty(). |
| taxonomy_field_schema | Implement hook_field_schema(). |
| taxonomy_field_settings_form | Implement hook_field_settings_form(). |
| taxonomy_field_update | Implement hook_field_update(). |
| taxonomy_field_validate | Implement hook_field_validate(). |
| taxonomy_field_widget | Implement hook_field_widget(). |
| taxonomy_field_widget_error | Implement hook_field_widget_error(). |
| taxonomy_field_widget_info | Implement hook_field_widget_info(). |
| taxonomy_field_widget_info_alter | Implement hook_field_widget_info_alter(). |
| taxonomy_form_all | Generate a set of options for selecting a term from all vocabularies. |
| 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_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 | Implement hook_help(). |
| taxonomy_implode_tags | Implode a list of tags of a certain vocabulary into a string. |
| taxonomy_menu | Implement hook_menu(). |
| taxonomy_node_delete | Implement hook_node_delete(). |
| taxonomy_permission | Implement hook_permission(). |
| taxonomy_rdf_mapping | Implement hook_rdf_mapping(). |
| taxonomy_select_nodes | Return nodes attached to a term across all field instances. |
| taxonomy_taxonomy_term_delete | Implement hook_taxonomy_term_delete(). |
| taxonomy_terms_static_reset | Clear all static cache variables for terms.. |
| taxonomy_term_delete | Delete a term. |
| taxonomy_term_edit_access | Return edit access for a given 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_save | Save a term object to the database. |
| taxonomy_term_title | Title callback for term pages. |
| taxonomy_theme | Implement hook_theme(). |
| taxonomy_vocabulary_create_field | Create a default field when a vocabulary is created. |
| taxonomy_vocabulary_delete | Delete a vocabulary. |
| taxonomy_vocabulary_get_names | Get names for all taxonomy vocabularies. |
| 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_field_formatter_taxonomy_term_link | Theme function for 'link' term field formatter. |
| theme_field_formatter_taxonomy_term_plain | Theme function for 'plain' term field formatter. |
| _taxonomy_clean_field_cache | Helper function that clears field cache when terms are updated or deleted |
| _taxonomy_get_tid_from_term | Helper function for array_map purposes. |
