TYPO3CmsInstaller.php in Zircon Profile 8
Same filename and directory in other branches
Namespace
Composer\InstallersFile
vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.phpView source
<?php
namespace Composer\Installers;
/**
* Extension installer for TYPO3 CMS
*
* @author Sascha Egerer <sascha.egerer@dkd.de>
*/
class TYPO3CmsInstaller extends BaseInstaller {
protected $locations = array(
'extension' => 'typo3conf/ext/{$name}/',
);
}
Classes
Name | Description |
---|---|
TYPO3CmsInstaller | Extension installer for TYPO3 CMS |