function DownloadsModifierPlugin::activate

Same name and namespace in other branches
  1. 11.x core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-downloads-modifier/src/DownloadsModifierPlugin.php \Drupal\Tests\fixture\Composer\Plugin\DownloadsModifier\DownloadsModifierPlugin::activate()

File

core/tests/Drupal/Tests/Composer/Plugin/Scaffold/fixtures/composer-plugin-downloads-modifier/src/DownloadsModifierPlugin.php, line 25

Class

DownloadsModifierPlugin
A do-nothing Composer plugin flagged with 'plugin-modifies-downloads'.

Namespace

Drupal\Tests\fixture\Composer\Plugin\DownloadsModifier

Code

public function activate(Composer $composer, IOInterface $io) : void {
}

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