You are here

Functions in Taxonomy Defaults 6

Primary tabs

Namesort descending Location Description Direct uses Strings
taxonomy_defaults_form ./taxonomy_defaults.admin.inc Defines the page at admin/content/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 higher than taxonomy.module.
taxonomy_defaults_form_submit ./taxonomy_defaults.admin.inc 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 its hook_form_alter runs after taxonomy
taxonomy_defaults_menu ./taxonomy_defaults.module Define a custom callback to assign default terms menu at a tab on admin/taxonomy.
taxonomy_defaults_node_type ./taxonomy_defaults.module Implementation of hook_node_type().
taxonomy_defaults_perm ./taxonomy_defaults.module Implementation of hook_perm().
taxonomy_defaults_requirements ./taxonomy_defaults.install Implementation of hook_requirements().
taxonomy_defaults_reset_submit ./taxonomy_defaults.admin.inc Clear all settings in the variable table 1
taxonomy_defaults_taxonomy ./taxonomy_defaults.module Implementation of hook_taxonomy().
taxonomy_defaults_theme ./taxonomy_defaults.module Implementation of hook_theme().
taxonomy_defaults_uninstall ./taxonomy_defaults.install Implementation of hook_uninstall().
taxonomy_defaults_update_6101 ./taxonomy_defaults.install Update taxonomy defaults weighting. Previous versions of taxonomy defaults had to run BEFORE taxonomy, but now it must run AFTER taxonomy
taxonomy_defaults_update_6102 ./taxonomy_defaults.install Update taxonomy defaults settings.
theme_taxonomy_defaults_form ./taxonomy_defaults.admin.inc Renders the settings form in a table.
_taxonomy_defaults_clear_settings ./taxonomy_defaults.module 3

Other projects