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

Breadcrumb

  1. Drupal Core 11.1.x

MODXEvoInstaller.php

Namespace

Composer\Installers

File

vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php

View source
<?php

namespace Composer\Installers;


/**
 * An installer to handle MODX Evolution specifics when installing packages.
 */
class MODXEvoInstaller extends BaseInstaller {
    
    /** @var array<string, string> */
    protected $locations = array(
        'snippet' => 'assets/snippets/{$name}/',
        'plugin' => 'assets/plugins/{$name}/',
        'module' => 'assets/modules/{$name}/',
        'template' => 'assets/templates/{$name}/',
        'lib' => 'assets/lib/{$name}/',
    );

}

Classes

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

API Navigation

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