taxonomy.module

Version 1.626 (checked in on 2011/01/18 at 18:48:59 by dries)

Enables the organization of content into categories.

Classes

NameDescription
TaxonomyTermControllerController class for taxonomy terms.
TaxonomyVocabularyControllerController class for taxonomy vocabularies.

Functions & methods

NameDescription
taxonomy_admin_pathsImplements hook_admin_paths().
taxonomy_admin_vocabulary_title_callbackReturn the vocabulary name given the vocabulary object.
taxonomy_allowed_valuesReturns the set of valid terms for a taxonomy field.
taxonomy_autocomplete_validateForm element validate handler for taxonomy term autocomplete element.
taxonomy_check_vocabulary_hierarchyDynamically check and update the hierarchy flag of a vocabulary.
taxonomy_entity_infoImplements hook_entity_info().
taxonomy_field_extra_fieldsImplements hook_field_extra_fields().
taxonomy_field_formatter_infoImplements hook_field_formatter_info().
taxonomy_field_formatter_prepare_viewImplements hook_field_formatter_prepare_view().
taxonomy_field_formatter_viewImplements hook_field_formatter_view().
taxonomy_field_infoImplements hook_field_info().
taxonomy_field_insertImplements hook_field_insert().
taxonomy_field_is_emptyImplements hook_field_is_empty().
taxonomy_field_presaveImplements hook_field_presave().
taxonomy_field_settings_formImplements hook_field_settings_form().
taxonomy_field_updateImplements hook_field_update().
taxonomy_field_validateImplements hook_field_validate().
taxonomy_field_widget_errorImplements hook_field_widget_error().
taxonomy_field_widget_formImplements hook_field_widget_form().
taxonomy_field_widget_infoImplements hook_field_widget_info().
taxonomy_field_widget_info_alterImplements hook_field_widget_info_alter().
taxonomy_get_childrenFinds all children of a term ID.
taxonomy_get_parentsFinds all parents of a given term ID.
taxonomy_get_parents_allFind all ancestors of a given term ID.
taxonomy_get_term_by_nameTry to map a string to an existing term, as for glossary use.
taxonomy_get_treeCreate a hierarchical representation of a vocabulary.
taxonomy_get_vocabulariesReturn an array of all vocabulary objects.
taxonomy_helpImplements hook_help().
taxonomy_implode_tagsImplodes a list of tags of a certain vocabulary into a string.
taxonomy_menuImplements hook_menu().
taxonomy_node_deleteImplements hook_node_delete().
taxonomy_options_listImplements hook_options_list().
taxonomy_permissionImplements hook_permission().
taxonomy_rdf_mappingImplements hook_rdf_mapping().
taxonomy_select_nodesReturn nodes attached to a term across all field instances.
taxonomy_taxonomy_term_deleteImplements hook_taxonomy_term_delete().
taxonomy_taxonomy_vocabulary_updateImplements hook_taxonomy_vocabulary_update().
taxonomy_terms_static_resetClear all static cache variables for terms..
taxonomy_term_deleteDelete a term.
taxonomy_term_edit_accessReturn edit access for a given term.
taxonomy_term_is_pageReturns whether the current page is the page of the passed in term.
taxonomy_term_loadReturn the term object matching a term ID.
taxonomy_term_load_multipleLoad multiple taxonomy terms based on certain conditions.
taxonomy_term_saveSave a term object to the database.
taxonomy_term_titleTitle callback for term pages.
taxonomy_term_uriEntity uri callback.
taxonomy_term_viewGenerate an array for rendering the given term.
taxonomy_themeImplements hook_theme().
taxonomy_vocabulary_deleteDelete a vocabulary.
taxonomy_vocabulary_get_namesGet names for all taxonomy vocabularies.
taxonomy_vocabulary_loadReturn the vocabulary object matching a vocabulary ID.
taxonomy_vocabulary_load_multipleLoad multiple taxonomy vocabularies based on certain conditions.
taxonomy_vocabulary_machine_name_loadReturn the vocabulary object matching a vocabulary machine name.
taxonomy_vocabulary_saveSave a vocabulary given a vocabulary object.
template_preprocess_taxonomy_termProcess variables for taxonomy-term.tpl.php.
_taxonomy_get_tid_from_termHelper function for array_map purposes.