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

Breadcrumb

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

MODXEvoInstaller::$locations

@var array<string, string>

Type: locations

Overrides BaseInstaller::$locations

File

vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php, line 11

Class

MODXEvoInstaller
An installer to handle MODX Evolution specifics when installing packages.

Namespace

Composer\Installers

Code

protected $locations = array(
    'snippet' => 'assets/snippets/{$name}/',
    'plugin' => 'assets/plugins/{$name}/',
    'module' => 'assets/modules/{$name}/',
    'template' => 'assets/templates/{$name}/',
    'lib' => 'assets/lib/{$name}/',
);

API Navigation

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