You are here

function platform_composer_git_composer_git_install_path in Aegir Deploy 7.3

Implements hook_composer_git_install_path().

File

modules/platform_composer_git/drush/platform_composer_git.drush.inc, line 37
Provision/Drush hooks for composer commands.

Code

function platform_composer_git_composer_git_install_path() {
  return d()->composer_git_path;
}