You are here

Functions in Taxonomy Defaults 5

Primary tabs

Namesort descending Location Description Direct uses Strings
taxonomy_defaults_form ./taxonomy_defaults.module Defines the page at admin/taxonomy/taxonomy_defaults 1
taxonomy_defaults_form_alter ./taxonomy_defaults.module Adds the defaults for active vocabularies as preselected terms to '$node->taxonomy' This requires a weight lower than taxonomy.module.
taxonomy_defaults_form_submit ./taxonomy_defaults.module Store settings in the variable table
taxonomy_defaults_help ./taxonomy_defaults.module Implementation of hook_help().
taxonomy_defaults_install ./taxonomy_defaults.install Hook sets taxonomy_defaults 'weight' to -1. This ensures that it's hook_form_alter runs before taxonomy
taxonomy_defaults_menu ./taxonomy_defaults.module Define a custom callback to assign default terms menu at a tab on admin/taxonomy
taxonomy_defaults_nodeapi ./taxonomy_defaults.module Adds selected default terms from non-active vocabularies to newly created nodes
theme_taxonomy_defaults_form ./taxonomy_defaults.module Renders the settings form in a table

Other projects