You are here

function composer_manager_modules_enabled in Composer Manager 7

Same name and namespace in other branches
  1. 7.2 composer_manager.module \composer_manager_modules_enabled()

Implements hook_modules_enabled().

See also

composer_manager_write_if_changed()

File

./composer_manager.module, line 73
Provides consolidated management of third-party Composer-compatible packages required by contributed modules.

Code

function composer_manager_modules_enabled($modules) {
  composer_manager_write_if_changed($modules);
}