public property DeployEndpoint::$service_config in Deploy - Content Staging 7.2
Same name and namespace in other branches
- 7.3 includes/DeployEndpoint.inc \DeployEndpoint::service_config
An associative array of configuration settings to pass to the service object's constructor. Allowable keys will depend on the plugin being used.
Type: array
File
- includes/
DeployEndpoint.inc, line 32 - Base class for Deploy endpoint definitions.
Class
- DeployEndpoint
- Class representing a deployment endpoint.
Code
public $service_config = array();