You are here

constant COMMUNITY_TAGS_NODE_OPMODE_SYNC_NT_TO_CT in Community Tags 6.2

6 uses of COMMUNITY_TAGS_NODE_OPMODE_SYNC_NT_TO_CT
community_tags_node_rebuild_form in community_tags_node/community_tags_node.admin.inc
Confirmation form for tag rebuild.
community_tags_unitag_nodeapi in community_tags_unitag/community_tags_unitag.module
Implementation of hook_nodeapi(). On node insert and update unitag may have already pulled new terms for moderation and put them in $node->unitag_suggestions. We need to save the nid/uid/tag (no tid available yet) triple so the community tag can be…
_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_get_opmode in community_tags_node/community_tags_node.module
Convert synchronisation policy into operation mode.
_community_tags_node_get_status in community_tags_node/community_tags_node.admin.inc
Gets the status of node term synchronisation.

... See full list

File

community_tags_node/community_tags_node.module, line 15
community_tags_node.module

Code

define('COMMUNITY_TAGS_NODE_OPMODE_SYNC_NT_TO_CT', 0x1);