You are here

constant COMMUNITY_TAGS_NODE_OPMODE_SYNC_CT_TO_NT in Community Tags 6.2

8 uses of COMMUNITY_TAGS_NODE_OPMODE_SYNC_CT_TO_NT
community_tags_node_community_tags_tags_added in community_tags_node/community_tags_node.module
Implementation of hook_community_tags_tags_added(). Implement this rather than hook_community_tags_tag() as we only want to do this when a tag is actually added.
community_tags_node_community_tags_tags_removed in community_tags_node/community_tags_node.module
Implementation of hook_community_tags_tags_removed(). Don't process if tags being removed because node is being deleted or term is being deleted as taxonomy module will take care of deleting node terms.
community_tags_node_rebuild_form in community_tags_node/community_tags_node.admin.inc
Confirmation form for tag rebuild.
_community_tags_node_community_tags_admin_operations in community_tags_node/community_tags_node.admin.inc
"Private" implementation of hook_community_tags_admin_operations(). Return a rebuild link if tags and node terms are not in sync.
_community_tags_node_delete_all in community_tags_node/community_tags_node.admin.inc
"Private" implementation of hook_form_FORM_ID_alter() for community_tags_sub_settings. Add a warning to the form with a link to the settings page.

... See full list

File

community_tags_node/community_tags_node.module, line 16
community_tags_node.module

Code

define('COMMUNITY_TAGS_NODE_OPMODE_SYNC_CT_TO_NT', 0x2);