9 calls to composer_manager_file_dir() in Composer Manager 7
- composer_manager_lockfile_load in ./composer_manager.admin.inc 
- Loads the composer.lock file if it exists.
- composer_manager_lock_file in ./composer_manager.module 
- Return the URI to the composer.lock file.
- composer_manager_rebuild_form in ./composer_manager.admin.inc 
- Exposes a button that forces a rebuild of the composer.json file.
- composer_manager_relative_autoload_path in ./composer_manager.writer.inc 
- Returns the path for the autoloaded directory or class relative to the directory containing the composer.json file.
- composer_manager_relative_vendor_dir in ./composer_manager.writer.inc 
- Returns the vendor directory relative to the composer file directory.
- composer_manager_requirements in ./composer_manager.install 
- Implements hook_requirements().
- composer_manager_settings_form in ./composer_manager.admin.inc 
- Administrative settings for the Composer Manager module.
- composer_manager_write_file in ./composer_manager.module 
- Writes the consolidated composer.json file for all modules that require third-party packages managed by Composer.
- drush_composer_manager in ./composer_manager.drush.inc 
- Executes a Composer command on Composer Manager's composer.json file.
