You are here

ElggInstaller.php in Zircon Profile 8.0

File

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

namespace Composer\Installers;

class ElggInstaller extends BaseInstaller {
  protected $locations = array(
    'plugin' => 'mod/{$name}/',
  );

}

Classes

Namesort descending Description
ElggInstaller