taxonomy.module
Version 1.546 (checked in on 2009/12/10 at 15:39:43 by dries)
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_validate | Form element validate handler for taxonomy term autocomplete element. |
| taxonomy_check_vocabulary_hierarchy | Dynamically check and update the hierarchy flag of a vocabulary. |
| taxonomy_entity_info | Implements hook_entity_info(). |
| taxonomy_field_build_modes | Implements hook_field_build_modes(). |
| taxonomy_field_formatter_info | Implements hook_field_formatter_info(). |
| taxonomy_field_formatter_prepare_view | Implements hook_field_load(). |
| taxonomy_field_info | Implements hook_field_info(). |
| taxonomy_field_insert | Implements hook_field_insert(). |
| taxonomy_field_is_empty | Implements hook_field_is_empty(). |
| taxonomy_field_schema | Implements hook_field_schema(). |
| taxonomy_field_settings_form | Implements hook_field_settings_form(). |
| taxonomy_field_update | Implements hook_field_update(). |
| taxonomy_field_validate | Implements hook_field_validate(). |
| taxonomy_field_widget | Implements hook_field_widget(). |
| taxonomy_field_widget_error | Implements hook_field_widget_error(). |
| taxonomy_field_widget_info | Implements hook_field_widget_info(). |
| taxonomy_field_widget_info_alter | Implements 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 | Implements hook_help(). |
| taxonomy_implode_tags | Implodes a list of tags of a certain vocabulary into a string. |
| taxonomy_menu | Implements hook_menu(). |
| taxonomy_node_delete | Implements hook_node_delete(). |
| taxonomy_permission | Implements hook_permission(). |
| taxonomy_rdf_mapping | Implements hook_rdf_mapping(). |
| taxonomy_select_nodes | Return nodes attached to a term across all field instances. |
| taxonomy_taxonomy_term_delete | Implements 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 | Implements 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. |
