Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. WHMCSInstaller.php

WHMCSInstaller::$locations

@var array<string, string>

Type: locations

Overrides BaseInstaller::$locations

File

vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php, line 8

Class

WHMCSInstaller

Namespace

Composer\Installers

Code

protected $locations = array(
    'addons' => 'modules/addons/{$vendor}_{$name}/',
    'fraud' => 'modules/fraud/{$vendor}_{$name}/',
    'gateways' => 'modules/gateways/{$vendor}_{$name}/',
    'notifications' => 'modules/notifications/{$vendor}_{$name}/',
    'registrars' => 'modules/registrars/{$vendor}_{$name}/',
    'reports' => 'modules/reports/{$vendor}_{$name}/',
    'security' => 'modules/security/{$vendor}_{$name}/',
    'servers' => 'modules/servers/{$vendor}_{$name}/',
    'social' => 'modules/social/{$vendor}_{$name}/',
    'support' => 'modules/support/{$vendor}_{$name}/',
    'templates' => 'templates/{$vendor}_{$name}/',
    'includes' => 'includes/{$vendor}_{$name}/',
);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal