You are here

FuelInstaller.php in Zircon Profile 8

File

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

namespace Composer\Installers;

class FuelInstaller extends BaseInstaller {
  protected $locations = array(
    'module' => 'fuel/app/modules/{$name}/',
    'package' => 'fuel/packages/{$name}/',
    'theme' => 'fuel/app/themes/{$name}/',
  );

}

Classes

Namesort descending Description
FuelInstaller