function PluginInterface::uninstall
Prepare the plugin to be uninstalled
This will be called after deactivate.
Return value
void
8 methods override PluginInterface::uninstall()
- MessagePlugin::uninstall in composer/
Plugin/ ProjectMessage/ MessagePlugin.php - Prepare the plugin to be uninstalled
- Plugin::uninstall in vendor/
dealerdirect/ phpcodesniffer-composer-installer/ src/ Plugin.php - Prepare the plugin to be uninstalled
- Plugin::uninstall in vendor/
phpstan/ extension-installer/ src/ Plugin.php - Prepare the plugin to be uninstalled
- Plugin::uninstall in vendor/
php-http/ discovery/ src/ Composer/ Plugin.php - Prepare the plugin to be uninstalled
- Plugin::uninstall in vendor/
composer/ installers/ src/ Composer/ Installers/ Plugin.php - Prepare the plugin to be uninstalled
File
-
vendor/
composer/ composer/ src/ Composer/ Plugin/ PluginInterface.php, line 62
Class
- PluginInterface
- Plugin interface
Namespace
Composer\PluginCode
public function uninstall(Composer $composer, IOInterface $io);