You are here

static function Provision_Service_platform_git::subscribe_platform in Aegir Deploy 7.3

File

modules/platform_git/drush/Provision/Service/platform/git.php, line 10
The Provision_Service_platform_git class..

Class

Provision_Service_platform_git
@file The Provision_Service_platform_git class..

Code

static function subscribe_platform($context) {
  $context
    ->setProperty('git_repository_url');
  $context
    ->setProperty('git_repository_path');
  $context
    ->setProperty('git_reference');
}