You are here

function hook_composer_dependencies_install in Composer Manager 6.2

Same name and namespace in other branches
  1. 6 composer_manager.api.php \hook_composer_dependencies_install()
  2. 7.2 composer_manager.api.php \hook_composer_dependencies_install()
  3. 7 composer_manager.api.php \hook_composer_dependencies_install()

Allow modules to perform tasks after a composer install has been completed.

1 invocation of hook_composer_dependencies_install()
drush_composer_manager in ./composer_manager.drush.inc
Executes a Composer command on Composer Manager's composer.json file.

File

./composer_manager.api.php, line 26
Hooks provided by the Composer Manager module.

Code

function hook_composer_dependencies_install() {

  // Tasks that require a composer install to have been performed.
}