Вход Регистрация
Файл: vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php
Строк: 12
<?php
namespace ComposerInstallers;

class 
DrupalInstaller extends BaseInstaller
{
    protected 
$locations = array(
        
'core'      => 'core/',
        
'module'    => 'modules/{$name}/',
        
'theme'     => 'themes/{$name}/',
        
'library'   => 'libraries/{$name}/',
        
'profile'   => 'profiles/{$name}/',
        
'drush'     => 'drush/{$name}/',
    );
}
Онлайн: 1
Реклама