function Plugin::deactivate
Same name in this branch
- 11.1.x vendor/dealerdirect/phpcodesniffer-composer-installer/src/Plugin.php \PHPCSStandards\Composer\Plugin\Installers\PHPCodeSniffer\Plugin::deactivate()
- 11.1.x vendor/phpstan/extension-installer/src/Plugin.php \PHPStan\ExtensionInstaller\Plugin::deactivate()
- 11.1.x vendor/php-http/discovery/src/Composer/Plugin.php \Http\Discovery\Composer\Plugin::deactivate()
- 11.1.x vendor/tbachert/spi/src/Composer/Plugin.php \Nevay\SPI\Composer\Plugin::deactivate()
- 11.1.x composer/Plugin/Scaffold/Plugin.php \Drupal\Composer\Plugin\Scaffold\Plugin::deactivate()
Overrides PluginInterface::deactivate
File
-
vendor/
composer/ installers/ src/ Composer/ Installers/ Plugin.php, line 20
Class
Namespace
Composer\InstallersCode
public function deactivate(Composer $composer, IOInterface $io) : void {
$composer->getInstallationManager()
->removeInstaller($this->installer);
}