You are here

constant DEPLOY_USER_GROUP_WEIGHT in Deploy - Content Staging 6

3 uses of DEPLOY_USER_GROUP_WEIGHT
comment_deploy_check in modules/comment_deploy/comment_deploy.module
Implementation of hook_deploy_check().
userreference_deploy_node_deploy_check in modules/userreference_deploy/userreference_deploy.module
Implementation of hook_node_deploy_check().
user_deploy_check_user in modules/user_deploy/user_deploy.module
Check to see if a user should be added to the deployment plan currently being pushed.

File

./deploy.module, line 40
Deployment API which enables modules to deploy items between servers.

Code

define('DEPLOY_USER_GROUP_WEIGHT', 5);