Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
taxonomy_update_7006 drupal/modules/taxonomy/taxonomy.install Add {taxonomy_term_data}.format column.
taxonomy_update_7007 drupal/modules/taxonomy/taxonomy.install Add index on {taxonomy_term_data}.name column to speed up taxonomy_get_term_by_name().
taxonomy_update_7008 drupal/modules/taxonomy/taxonomy.install Change the weight columns to normal int.
taxonomy_update_7009 drupal/modules/taxonomy/taxonomy.install Change {taxonomy_term_data}.format into varchar.
taxonomy_update_7010 drupal/modules/taxonomy/taxonomy.install Change {taxonomy_index}.created to support signed int.
hook_taxonomy_vocabulary_load drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when loaded.
hook_taxonomy_vocabulary_presave drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies before they are saved.
hook_taxonomy_vocabulary_insert drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when inserted.
hook_taxonomy_vocabulary_update drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when updated.
hook_taxonomy_vocabulary_delete drupal/modules/taxonomy/taxonomy.api.php Respond to the deletion of taxonomy vocabularies.
hook_taxonomy_term_load drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy terms when loaded.
hook_taxonomy_term_presave drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy terms before they are saved.
hook_taxonomy_term_insert drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy terms when inserted.
hook_taxonomy_term_update drupal/modules/taxonomy/taxonomy.api.php Act on taxonomy terms when updated.
hook_taxonomy_term_delete drupal/modules/taxonomy/taxonomy.api.php Respond to the deletion of taxonomy terms.
hook_taxonomy_term_view drupal/modules/taxonomy/taxonomy.api.php Act on a taxonomy term that is being assembled before rendering.
hook_taxonomy_term_view_alter drupal/modules/taxonomy/taxonomy.api.php Alter the results of taxonomy_term_view().
taxonomy_overview_vocabularies drupal/modules/taxonomy/taxonomy.admin.inc Form builder to list and manage vocabularies. 1
taxonomy_overview_vocabularies_submit drupal/modules/taxonomy/taxonomy.admin.inc Submit handler for vocabularies overview. Updates changed vocabulary weights.
theme_taxonomy_overview_vocabularies drupal/modules/taxonomy/taxonomy.admin.inc Returns HTML for the vocabulary overview form as a sortable list of vocabularies.
taxonomy_form_vocabulary drupal/modules/taxonomy/taxonomy.admin.inc Form builder for the vocabulary editing form. 1
taxonomy_form_vocabulary_validate drupal/modules/taxonomy/taxonomy.admin.inc Form validation handler for taxonomy_form_vocabulary(). 1
taxonomy_form_vocabulary_submit drupal/modules/taxonomy/taxonomy.admin.inc Form submission handler for taxonomy_form_vocabulary().
taxonomy_overview_terms drupal/modules/taxonomy/taxonomy.admin.inc Form builder for the taxonomy terms overview. 1 2
taxonomy_overview_terms_submit drupal/modules/taxonomy/taxonomy.admin.inc Submit handler for terms overview form. 1
theme_taxonomy_overview_terms drupal/modules/taxonomy/taxonomy.admin.inc Returns HTML for a terms overview form as a sortable list of terms.
taxonomy_form_term drupal/modules/taxonomy/taxonomy.admin.inc Form function for the term edit form. 2
taxonomy_form_term_validate drupal/modules/taxonomy/taxonomy.admin.inc Validation handler for the term form.
taxonomy_form_term_submit drupal/modules/taxonomy/taxonomy.admin.inc Submit handler to insert or update a term.
taxonomy_form_term_submit_build_taxonomy_term drupal/modules/taxonomy/taxonomy.admin.inc Updates the form state's term entity by processing this submission's values. 1
taxonomy_term_confirm_delete drupal/modules/taxonomy/taxonomy.admin.inc Form builder for the term delete form. 1
taxonomy_term_confirm_delete_submit drupal/modules/taxonomy/taxonomy.admin.inc Submit handler to delete a term after confirmation. 1
taxonomy_vocabulary_confirm_delete drupal/modules/taxonomy/taxonomy.admin.inc Form builder for the vocabulary delete confirmation form. 1
taxonomy_vocabulary_confirm_delete_submit drupal/modules/taxonomy/taxonomy.admin.inc Submit handler to delete a vocabulary after confirmation. 1
taxonomy_vocabulary_confirm_reset_alphabetical drupal/modules/taxonomy/taxonomy.admin.inc Form builder to confirm resetting a vocabulary to alphabetical order. 1
taxonomy_vocabulary_confirm_reset_alphabetical_submit drupal/modules/taxonomy/taxonomy.admin.inc Submit handler to reset a vocabulary to alphabetical order after confirmation. 1
hook_preprocess drupal/modules/system/theme.api.php Preprocess theme variables for templates.
hook_preprocess_HOOK drupal/modules/system/theme.api.php Preprocess theme variables for a specific theme hook.
hook_process drupal/modules/system/theme.api.php Process theme variables for templates.
hook_process_HOOK drupal/modules/system/theme.api.php Process theme variables for a specific theme hook.
hook_themes_enabled drupal/modules/system/theme.api.php Respond to themes being enabled.
hook_themes_disabled drupal/modules/system/theme.api.php Respond to themes being disabled.
hook_form_system_theme_settings_alter drupal/modules/system/theme.api.php Allow themes to alter the theme-specific settings form.
system_cron_test_flush_caches drupal/modules/system/tests/system_cron_test.module Implements hook_flush_caches(). 1
cron_queue_test_cron_queue_info drupal/modules/system/tests/cron_queue_test.module Implements hook_cron_queue_info().
cron_queue_test_exception drupal/modules/system/tests/cron_queue_test.module 2
system_token_info drupal/modules/system/system.tokens.inc Implements hook_token_info().
system_tokens drupal/modules/system/system.tokens.inc Implements hook_tokens().
system_help drupal/modules/system/system.module Implements hook_help(). 1
system_theme drupal/modules/system/system.module Implements hook_theme().

Pages

Other projects