You are here

protected property CroogoInstaller::$locations in Zircon Profile 8

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

Overrides BaseInstaller::$locations

File

vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php, line 6

Class

CroogoInstaller

Namespace

Composer\Installers

Code

protected $locations = array(
  'plugin' => 'Plugin/{$name}/',
  'theme' => 'View/Themed/{$name}/',
);