You are here

Functions in Composer Manager 7

Primary tabs

Namesort descending Location Description Direct uses Strings
drush_composer_manager ./composer_manager.drush.inc Executes a Composer command on Composer Manager's composer.json file. 1
drush_composer_manager_composer_json_rebuild ./composer_manager.drush.inc Rebuilds the consolidated composer.json file.
drush_composer_manager_post_pm_disable ./composer_manager.drush.inc Drush hook; Called after a project is disabled.
drush_composer_manager_post_pm_enable ./composer_manager.drush.inc Drush hook; Called after a project is enabled.
drush_composer_manager_sa_check composer_manager_sa/composer_manager_sa.drush.inc Command callback to check for security advisories.
drush_composer_manager_update_autoloader ./composer_manager.drush.inc Add new autoloader paths to the Class Loader. 1
drush_composer_manager_update_classmap ./composer_manager.drush.inc Add new class maps to the class loader. 1
drush_composer_manager_update_files ./composer_manager.drush.inc Require new files added by Composer libraries. 1
drush_composer_manager_update_psr0 ./composer_manager.drush.inc Add new PSR-0 namespaces to the class loader. 1
drush_composer_manager_update_psr4 ./composer_manager.drush.inc Add new PSR-4 namespaces to the class loader. 1
drush_composer_manager_write_if_changed ./composer_manager.drush.inc If one or more extensions being acted on contain a composer.json file, prompt the user to automatically run Composer's update command. 2
hook_composer_dependencies_install ./composer_manager.api.php Allow modules to perform tasks after a composer install has been completed.
hook_composer_json_alter ./composer_manager.api.php Allow modules to alter the consolidated JSON array.

Pages

Other projects