You are here

constant COMMUNITY_TAGS_OPMODE_DELETE_ORPHAN_TERMS in Community Tags 6.2

Same name and namespace in other branches
  1. 6 community_tags.module \COMMUNITY_TAGS_OPMODE_DELETE_ORPHAN_TERMS
  2. 7 community_tags.module \COMMUNITY_TAGS_OPMODE_DELETE_ORPHAN_TERMS
6 uses of COMMUNITY_TAGS_OPMODE_DELETE_ORPHAN_TERMS
community_tags_community_tags_tags_removed in ./community_tags.module
Implementation of hook_community_tags_tags_removed(). Remove redundant terms if configured to do so.
community_tags_delete_all_form in ./community_tags.admin.inc
Confirmation form for tag purge. Assumes defaults.
community_tags_delete_all_form_submit in ./community_tags.admin.inc
Submit handler for community_tags_delete_all_form().
community_tags_delete_tags_batch_process in ./community_tags.batch.inc
Batch process for deleting tags and optionally their corresponding node terms.
community_tags_sub_settings in ./community_tags.admin.inc
Form builder; Builds the sub settings form.

... See full list

File

./community_tags.module, line 23
Implements community tagging of nodes using a specific vocabulary for Drupal v6.x

Code

define('COMMUNITY_TAGS_OPMODE_DELETE_ORPHAN_TERMS', 0x2);