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

Breadcrumb

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

function BaseInstaller::__construct

Initializes base installer.

File

vendor/composer/installers/src/Composer/Installers/BaseInstaller.php, line 23

Class

BaseInstaller

Namespace

Composer\Installers

Code

public function __construct(PackageInterface $package, Composer $composer, IOInterface $io) {
    $this->composer = $composer;
    $this->package = $package;
    $this->io = $io;
}

API Navigation

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