function VendorHardeningPlugin::activate

File

composer/Plugin/VendorHardening/VendorHardeningPlugin.php, line 61

Class

VendorHardeningPlugin
A Composer plugin to clean out your project's vendor directory.

Namespace

Drupal\Composer\Plugin\VendorHardening

Code

public function activate(Composer $composer, IOInterface $io) {
  $this->composer = $composer;
  $this->io = $io;
  // Set up configuration.
  $this->config = new Config($this->composer
    ->getPackage());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.