ElggInstaller.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Composer\InstallersFile
vendor/composer/installers/src/Composer/Installers/ElggInstaller.phpView source
<?php
namespace Composer\Installers;
class ElggInstaller extends BaseInstaller {
protected $locations = array(
'plugin' => 'mod/{$name}/',
);
}
Classes
Name | Description |
---|---|
ElggInstaller |