10 invocations of hook_taxonomy()
- blogapi_metaweblog_get_category_list in drupal-6.x/
modules/ blogapi/ blogapi.module - Blogging API callback. Returns a list of the taxonomy terms that can be associated with a blog node.
- blogapi_mt_get_post_categories in drupal-6.x/
modules/ blogapi/ blogapi.module - Blogging API callback. Returns a list of the taxonomy terms that are assigned to a particular node.
- hook_search in documentation-6.x/
developer/ hooks/ core.php - Define a custom search routine.
- node_filters in drupal-6.x/
modules/ node/ node.admin.inc - List node administration filters that can be applied.
- node_filter_form in drupal-6.x/
modules/ node/ node.admin.inc - Return form for node administration filters.
- node_form_alter in drupal-6.x/
modules/ node/ node.module - Implementation of hook_form_alter().
- taxonomy_del_term in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Delete a term.
- taxonomy_del_vocabulary in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Delete a vocabulary.
- taxonomy_save_term in drupal-6.x/
modules/ taxonomy/ taxonomy.module - Helper function for taxonomy_form_term_submit().
- taxonomy_save_vocabulary in drupal-6.x/
modules/ taxonomy/ taxonomy.module