You are here

constant DEPLOY_SYSTEM_SETTINGS_GROUP_WEIGHT in Deploy - Content Staging 6

These constants are used to help control the weighting of deployment plan items. The lower the number, the earlier it gets pushed (implying that items with higher weights may be dependent on items with lower ones.)

@todo Move this into a table and implement a hook_deploy_weight so that modules can define their own weights. Maybe? Need to do something, Eaton would not approve.

1 use of DEPLOY_SYSTEM_SETTINGS_GROUP_WEIGHT
system_settings_deploy_form_submit in modules/system_settings_deploy/system_settings_deploy.module
Submit handler for systems settings forms that have deployment enabled.

File

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

Code

define('DEPLOY_SYSTEM_SETTINGS_GROUP_WEIGHT', 0);