You are here

function hook_deploy_plan_load_alter in Deploy - Content Staging 7.2

Same name and namespace in other branches
  1. 7.3 deploy.api.php \hook_deploy_plan_load_alter()

Allow module to alter a deploy plan when it is loaded.

Parameters

$plan: The deployment plan to be altered.

1 invocation of hook_deploy_plan_load_alter()
deploy_plan_load in ./deploy.module
Loader callback for a deployment plan.

File

./deploy.api.php, line 52
Hooks provided by the Deploy module.

Code

function hook_deploy_plan_load_alter(&$plan) {
}