You are here

public property DeployPlan::$processor_config in Deploy - Content Staging 7.3

Same name and namespace in other branches
  1. 7.2 includes/DeployPlan.inc \DeployPlan::processor_config

An associative array of configuration settings to pass to the processor object's constructor. Allowable keys will depend on the plugin being used.

Type: array

File

includes/DeployPlan.inc, line 92
Definition of a deployment plan and associated exceptions.

Class

DeployPlan
Class representing a deployment plan.

Code

public $processor_config = array();