Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
hook_form_system_theme_settings_alter drupal/core/modules/system/theme.api.php Allow themes to alter the theme-specific settings form.
hook_preprocess drupal/core/modules/system/theme.api.php Preprocess theme variables for templates.
hook_preprocess_HOOK drupal/core/modules/system/theme.api.php Preprocess theme variables for a specific theme hook.
hook_process drupal/core/modules/system/theme.api.php Process theme variables for templates.
hook_process_HOOK drupal/core/modules/system/theme.api.php Process theme variables for a specific theme hook.
hook_themes_enabled drupal/core/modules/system/theme.api.php Respond to themes being enabled.
hook_themes_disabled drupal/core/modules/system/theme.api.php Respond to themes being disabled.
taxonomy_vocabulary_add drupal/core/modules/taxonomy/taxonomy.admin.inc Page callback: provides the vocabulary creation form. 1
taxonomy_overview_terms drupal/core/modules/taxonomy/taxonomy.admin.inc Form builder for the taxonomy terms overview. 1 1
taxonomy_overview_terms_submit drupal/core/modules/taxonomy/taxonomy.admin.inc Submit handler for terms overview form. 1
taxonomy_term_add drupal/core/modules/taxonomy/taxonomy.admin.inc Returns a rendered edit form to create a new term associated to the given vocabulary. 1
taxonomy_term_confirm_delete drupal/core/modules/taxonomy/taxonomy.admin.inc Form builder for the term delete form. 1
taxonomy_term_confirm_delete_submit drupal/core/modules/taxonomy/taxonomy.admin.inc Submit handler to delete a term after confirmation.
taxonomy_vocabulary_confirm_delete drupal/core/modules/taxonomy/taxonomy.admin.inc Form builder for the vocabulary delete confirmation form. 1
taxonomy_vocabulary_confirm_delete_submit drupal/core/modules/taxonomy/taxonomy.admin.inc Submit handler to delete a vocabulary after confirmation. 1
taxonomy_vocabulary_confirm_reset_alphabetical drupal/core/modules/taxonomy/taxonomy.admin.inc Form builder to confirm resetting a vocabulary to alphabetical order. 1
taxonomy_vocabulary_confirm_reset_alphabetical_submit drupal/core/modules/taxonomy/taxonomy.admin.inc Submit handler to reset a vocabulary to alphabetical order after confirmation. 1
hook_taxonomy_vocabulary_create drupal/core/modules/taxonomy/taxonomy.api.php Act on a newly created vocabulary.
hook_taxonomy_vocabulary_load drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when loaded.
hook_taxonomy_vocabulary_presave drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies before they are saved.
hook_taxonomy_vocabulary_insert drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when inserted.
hook_taxonomy_vocabulary_update drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy vocabularies when updated.
hook_taxonomy_vocabulary_predelete drupal/core/modules/taxonomy/taxonomy.api.php Act before taxonomy vocabulary deletion.
hook_taxonomy_vocabulary_delete drupal/core/modules/taxonomy/taxonomy.api.php Respond to taxonomy vocabulary deletion.
hook_taxonomy_term_create drupal/core/modules/taxonomy/taxonomy.api.php Act on a newly created term.
hook_taxonomy_term_load drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy terms when loaded.
hook_taxonomy_term_presave drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy terms before they are saved.
hook_taxonomy_term_insert drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy terms when inserted.
hook_taxonomy_term_update drupal/core/modules/taxonomy/taxonomy.api.php Act on taxonomy terms when updated.
hook_taxonomy_term_predelete drupal/core/modules/taxonomy/taxonomy.api.php Act before taxonomy term deletion.
hook_taxonomy_term_delete drupal/core/modules/taxonomy/taxonomy.api.php Respond to taxonomy term deletion.
hook_taxonomy_term_view drupal/core/modules/taxonomy/taxonomy.api.php Act on a taxonomy term that is being assembled before rendering.
hook_taxonomy_term_view_alter drupal/core/modules/taxonomy/taxonomy.api.php Alter the results of taxonomy_term_view().
taxonomy_uninstall drupal/core/modules/taxonomy/taxonomy.install Implements hook_uninstall().
taxonomy_schema drupal/core/modules/taxonomy/taxonomy.install Implements hook_schema().
taxonomy_field_schema drupal/core/modules/taxonomy/taxonomy.install Implements hook_field_schema().
taxonomy_update_8000 drupal/core/modules/taxonomy/taxonomy.install Remove the {taxonomy_vocabulary}.module field.
taxonomy_update_8001 drupal/core/modules/taxonomy/taxonomy.install Adds langcode field to {taxonomy_term_data} and {taxonomy_vocabulary}.
taxonomy_update_8002 drupal/core/modules/taxonomy/taxonomy.install Create a UUID column for taxonomy terms.
taxonomy_update_8003 drupal/core/modules/taxonomy/taxonomy.install Generate a UUID for all terms.
taxonomy_update_8004 drupal/core/modules/taxonomy/taxonomy.install Moves taxonomy settings from variable to config.
taxonomy_update_8005 drupal/core/modules/taxonomy/taxonomy.install Convert vocabularies into configuration.
taxonomy_update_8006 drupal/core/modules/taxonomy/taxonomy.install Change {taxonomy_term_data}.vid into a string holding the vocabulary machine name.
taxonomy_select_nodes drupal/core/modules/taxonomy/taxonomy.module Return nodes attached to a term across all field instances. 2
taxonomy_theme drupal/core/modules/taxonomy/taxonomy.module Implements hook_theme().
taxonomy_menu drupal/core/modules/taxonomy/taxonomy.module Implements hook_menu().
taxonomy_term_create_access drupal/core/modules/taxonomy/taxonomy.module Access callback for creating a new taxonomy term. 1
taxonomy_admin_paths drupal/core/modules/taxonomy/taxonomy.module Implements hook_admin_paths().
taxonomy_check_vocabulary_hierarchy drupal/core/modules/taxonomy/taxonomy.module Checks and updates the hierarchy flag of a vocabulary. 2
taxonomy_term_view drupal/core/modules/taxonomy/taxonomy.module Generates an array which displays a term detail page.

Pages

Other projects