ComposerInstallersDolibarrInstaller
Class DolibarrInstaller.
Defined (1)
The class is defined in the following location(s).
- /vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php
- class DolibarrInstaller extends BaseInstaller
- {
- //TODO: Add support for scripts and themes
- protected $locations = array(
- 'module' => 'htdocs/custom/{$name}/',
- );
- }