You are here

CraftInstaller.php in Zircon Profile 8

File

vendor/composer/installers/src/Composer/Installers/CraftInstaller.php
View source
<?php

namespace Composer\Installers;

class CraftInstaller extends BaseInstaller {
  protected $locations = array(
    'plugin' => 'craft/plugins/{$name}/',
  );

}

Classes

Namesort descending Description
CraftInstaller