You are here

constant DEPLOY_STATUS_PROCESSING in Deploy - Content Staging 7.2

Same name and namespace in other branches
  1. 7.3 deploy.module \DEPLOY_STATUS_PROCESSING
3 uses of DEPLOY_STATUS_PROCESSING
DeployPlan::deploy in includes/DeployPlan.inc
Deploy the plan.
DeployProcessorBatch::deploy in plugins/DeployProcessorBatch.inc
Main processing method that should hand over the aggregator to the endpoint to deploy all the entities.
DeployProcessorQueue::deploy in plugins/DeployProcessorQueue.inc
Main processing method that should hand over the aggregator to the endpoint to deploy all the entities.

File

./deploy.module, line 22
Deploy module functions.

Code

define('DEPLOY_STATUS_PROCESSING', 2);