You are here

public function Plugin::activate in Database Sanitize 7

File

vendor/edisonlabs/merge-yaml/src/Plugin.php, line 29

Class

Plugin
Composer plugin to merge yaml files.

Namespace

EdisonLabs\MergeYaml

Code

public function activate(Composer $composer, IOInterface $io) {
  $this->pluginHandler = new PluginHandler($composer, $io);
}