You are here

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

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

The plugin that this plan will use to define the dependencies

Type: string

File

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

Class

DeployPlan
Class representing a deployment plan.

Code

public $dependency_plugin = NULL;