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

Breadcrumb

  1. Drupal Core 11.1.x

ZendInstaller.php

Namespace

Composer\Installers

File

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

View source
<?php

namespace Composer\Installers;

class ZendInstaller extends BaseInstaller {
    
    /** @var array<string, string> */
    protected $locations = array(
        'library' => 'library/{$name}/',
        'extra' => 'extras/library/{$name}/',
        'module' => 'module/{$name}/',
    );

}

Classes

Title Deprecated Summary
ZendInstaller
RSS feed
Powered by Drupal