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

Breadcrumb

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

function Installer::__construct

Same name in this branch
  1. 11.1.x vendor/composer/composer/src/Composer/Installer.php \Composer\Installer::__construct()

Disables installers specified in main composer extra installer-disable list

Overrides LibraryInstaller::__construct

File

vendor/composer/installers/src/Composer/Installers/Installer.php, line 125

Class

Installer

Namespace

Composer\Installers

Code

public function __construct(IOInterface $io, Composer $composer, string $type = 'library', ?Filesystem $filesystem = null, ?BinaryInstaller $binaryInstaller = null) {
    parent::__construct($io, $composer, $type, $filesystem, $binaryInstaller);
    $this->removeDisabledInstallers();
}

API Navigation

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