DrupalInstaller.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Composer\InstallersFile
vendor/composer/installers/src/Composer/Installers/DrupalInstaller.phpView source
<?php
namespace Composer\Installers;
class DrupalInstaller extends BaseInstaller {
protected $locations = array(
'core' => 'core/',
'module' => 'modules/{$name}/',
'theme' => 'themes/{$name}/',
'library' => 'libraries/{$name}/',
'profile' => 'profiles/{$name}/',
'drush' => 'drush/{$name}/',
);
}
Classes
Name | Description |
---|---|
DrupalInstaller |