You are here

function composer_manager_install in Composer Manager 6

Same name and namespace in other branches
  1. 6.2 composer_manager.install \composer_manager_install()
  2. 7 composer_manager.install \composer_manager_install()

Implements hook_install().

File

./composer_manager.install, line 11
Install, update, and uninstall functions for the Composer Manager module.

Code

function composer_manager_install() {

  // Nothing to do ...
}