You are here

function hook_composer_dependencies_install in Composer Manager 7

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

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

1 function implements hook_composer_dependencies_install()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

composer_manager_sa_composer_dependencies_install in composer_manager_sa/composer_manager_sa.module
Implements hook_composer_dependencies_install().
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.
}