BitrixInstaller::$locations
@var array<string, string>
Type: locations
Overrides BaseInstaller::$locations
File
-
vendor/
composer/ installers/ src/ Composer/ Installers/ BitrixInstaller.php, line 29
Class
- BitrixInstaller
- Installer for Bitrix Framework. Supported types of extensions:
Namespace
Composer\InstallersCode
protected $locations = array(
'module' => '{$bitrix_dir}/modules/{$name}/',
// deprecated, remove on the major release (Backward compatibility will be broken)
'component' => '{$bitrix_dir}/components/{$name}/',
// deprecated, remove on the major release (Backward compatibility will be broken)
'theme' => '{$bitrix_dir}/templates/{$name}/',
// deprecated, remove on the major release (Backward compatibility will be broken)
'd7-module' => '{$bitrix_dir}/modules/{$vendor}.{$name}/',
'd7-component' => '{$bitrix_dir}/components/{$vendor}/{$name}/',
'd7-template' => '{$bitrix_dir}/templates/{$vendor}_{$name}/',
);