Search for taxonomy

Classes

NameLocationDescription
views_handler_argument_taxonomymodules/taxonomy/views_handler_argument_taxonomy.incArgument handler for basic taxonomy tid.
views_handler_field_taxonomymodules/taxonomy/views_handler_field_taxonomy.incField handler to provide simple renderer that allows linking to a taxonomy term.
views_plugin_argument_default_taxonomy_tidmodules/taxonomy/views_plugin_argument_default_taxonomy_tid.inc
views_plugin_argument_validate_taxonomy_termmodules/taxonomy/views_plugin_argument_validate_taxonomy_term.incValidate whether an argument is an acceptable node.

Files

NameLocationDescription
help/taxonomy-page-override.htmlhelp/taxonomy-page-override.html
modules/taxonomy/taxonomy.admin.incmodules/taxonomy/taxonomy.admin.incAdministrative page callbacks for the taxonomy module.
modules/taxonomy/taxonomy.infomodules/taxonomy/taxonomy.infoname = Taxonomy description = Enables the categorization of content. package = Core - optional version = VERSION core = 6.x
modules/taxonomy/taxonomy.installmodules/taxonomy/taxonomy.install
modules/taxonomy/taxonomy.modulemodules/taxonomy/taxonomy.moduleEnables the organization of content into categories.
modules/taxonomy/taxonomy.pages.incmodules/taxonomy/taxonomy.pages.incPage callbacks for the taxonomy module.
modules/taxonomy.views.incmodules/taxonomy.views.incProvide views data and handlers for taxonomy.module
modules/taxonomy.views_convert.incmodules/taxonomy.views_convert.incField conversion for fields handled by this module.
modules/taxonomy.views_default.incmodules/taxonomy.views_default.incContains default views on behalf of the statistics module.
modules/taxonomy/views_handler_argument_taxonomy.incmodules/taxonomy/views_handler_argument_taxonomy.inc
modules/taxonomy/views_handler_field_taxonomy.incmodules/taxonomy/views_handler_field_taxonomy.inc
modules/taxonomy/views_plugin_argument_default_taxonomy_tid.incmodules/taxonomy/views_plugin_argument_default_taxonomy_tid.incTaxonomy tid default argument.
modules/taxonomy/views_plugin_argument_validate_taxonomy_term.incmodules/taxonomy/views_plugin_argument_validate_taxonomy_term.incContains the 'taxonomy term' argument validator plugin.

Functions & methods

NameLocationDescription
devel_generate_taxonomy_data./devel_generate.inc
devel_generate_taxonomy_form./devel_generate.moduleGenerates taxonomy vocabularies and terms using FormAPI.
devel_generate_taxonomy_form_submit./devel_generate.moduleFormAPI submission to generate taxonomy vocabularies and terms.
drush_devel_generate_generate_taxonomy./devel_generate.drush.incCommand callback. Generate a number of taxonomy.
forum_taxonomymodules/forum/forum.moduleImplementation of hook_taxonomy().
hook_taxonomydeveloper/hooks/core.phpAct on taxonomy changes.
taxonomy_add_term_pagemodules/taxonomy/taxonomy.admin.incMenu callback; return the edit form for a new term after setting the title.
taxonomy_admin_term_editmodules/taxonomy/taxonomy.admin.incPage to edit a vocabulary term.
taxonomy_admin_vocabulary_editmodules/taxonomy/taxonomy.admin.incPage to edit a vocabulary.
taxonomy_autocompletemodules/taxonomy/taxonomy.pages.incHelper function for autocompletion
taxonomy_check_vocabulary_hierarchymodules/taxonomy/taxonomy.moduleDynamically check and update the hierarachy flag of a vocabulary. Checks and updates the hierarchy flag of a vocabulary.
taxonomy_del_termmodules/taxonomy/taxonomy.moduleDelete a term.
taxonomy_del_vocabularymodules/taxonomy/taxonomy.moduleDelete a vocabulary.
taxonomy_formmodules/taxonomy/taxonomy.moduleGenerate a form element for selecting terms from a vocabulary.
taxonomy_form_allmodules/taxonomy/taxonomy.moduleGenerate a set of options for selecting a term from all vocabularies.
taxonomy_form_altermodules/taxonomy/taxonomy.moduleImplementation 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_form_termmodules/taxonomy/taxonomy.admin.incForm function for the term edit form.
taxonomy_form_term_submitmodules/taxonomy/taxonomy.admin.incSubmit handler to insert or update a term.
taxonomy_form_term_validatemodules/taxonomy/taxonomy.admin.incValidation handler for the term edit form. Ensure numeric weight values.
taxonomy_form_vocabularymodules/taxonomy/taxonomy.admin.incDisplay form for adding and editing vocabularies.
taxonomy_form_vocabulary_submitmodules/taxonomy/taxonomy.admin.incAccept the form submission for a vocabulary and save the results.
taxonomy_get_childrenmodules/taxonomy/taxonomy.moduleFind all children of a term ID.
taxonomy_get_parentsmodules/taxonomy/taxonomy.moduleFind all parents of a given term ID.
taxonomy_get_parents_allmodules/taxonomy/taxonomy.moduleFind all ancestors of a given term ID.
taxonomy_get_relatedmodules/taxonomy/taxonomy.moduleFind all term objects related to a given term ID.
taxonomy_get_synonymsmodules/taxonomy/taxonomy.moduleReturn an array of synonyms of the given term ID.
taxonomy_get_synonym_rootmodules/taxonomy/taxonomy.moduleReturn the term object that has the given string as a synonym.
taxonomy_get_termmodules/taxonomy/taxonomy.moduleReturn the term object matching a term ID.
taxonomy_get_term_by_namemodules/taxonomy/taxonomy.moduleTry to map a string to an existing term, as for glossary use.
taxonomy_get_treemodules/taxonomy/taxonomy.moduleCreate a hierarchical representation of a vocabulary.
taxonomy_get_vocabulariesmodules/taxonomy/taxonomy.moduleReturn an array of all vocabulary objects.
taxonomy_helpmodules/taxonomy/taxonomy.moduleImplementation of hook_help().
taxonomy_hook_infomodules/taxonomy/taxonomy.moduleImplementation of hook_hook_info().