You are here

static function Provision_Service_platform_composer_git::subscribe_platform in Aegir Deploy 7.3

File

modules/platform_composer_git/drush/Provision/Service/platform/composer/git.php, line 10
The Provision_Service_platform_composer_git class.

Class

Provision_Service_platform_composer_git
@file The Provision_Service_platform_composer_git class.

Code

static function subscribe_platform($context) {
  $context
    ->setProperty('composer_git_project_url');
  $context
    ->setProperty('composer_git_path');
  $context
    ->setProperty('composer_git_version');
}