function Plugin::uninstall
Same name in this branch
- 11.1.x vendor/dealerdirect/phpcodesniffer-composer-installer/src/Plugin.php \PHPCSStandards\Composer\Plugin\Installers\PHPCodeSniffer\Plugin::uninstall()
- 11.1.x vendor/phpstan/extension-installer/src/Plugin.php \PHPStan\ExtensionInstaller\Plugin::uninstall()
- 11.1.x vendor/php-http/discovery/src/Composer/Plugin.php \Http\Discovery\Composer\Plugin::uninstall()
- 11.1.x vendor/composer/installers/src/Composer/Installers/Plugin.php \Composer\Installers\Plugin::uninstall()
- 11.1.x composer/Plugin/Scaffold/Plugin.php \Drupal\Composer\Plugin\Scaffold\Plugin::uninstall()
Overrides PluginInterface::uninstall
File
-
vendor/
tbachert/ spi/ src/ Composer/ Plugin.php, line 52
Class
Namespace
Nevay\SPI\ComposerCode
public function uninstall(Composer $composer, IOInterface $io) : void {
$filesystem = new Filesystem();
$vendorDir = $this->vendorDir($composer, $filesystem);
$filesystem->remove($vendorDir . '/composer/GeneratedServiceProviderData.php');
}