You are here

function platform_composer_git_drush_init in Aegir Deploy 7.3

Implements hook_drush_init().

File

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

Code

function platform_composer_git_drush_init() {
  platform_composer_git_register_autoload();
}