You are here

protected property TYPO3CmsInstaller::$locations in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php \Composer\Installers\TYPO3CmsInstaller::locations

Overrides BaseInstaller::$locations

File

vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php, line 11

Class

TYPO3CmsInstaller
Extension installer for TYPO3 CMS

Namespace

Composer\Installers

Code

protected $locations = array(
  'extension' => 'typo3conf/ext/{$name}/',
);