public function MessagePlugin::uninstall in Drupal 8
Same name and namespace in other branches
- 9 composer/Plugin/ProjectMessage/MessagePlugin.php \Drupal\Composer\Plugin\ProjectMessage\MessagePlugin::uninstall()
- 10 composer/Plugin/ProjectMessage/MessagePlugin.php \Drupal\Composer\Plugin\ProjectMessage\MessagePlugin::uninstall()
File
- composer/
Plugin/ ProjectMessage/ MessagePlugin.php, line 57
Class
- MessagePlugin
- A Composer plugin to display a message after creating a project.
Namespace
Drupal\Composer\Plugin\ProjectMessageCode
public function uninstall(Composer $composer, IOInterface $io) {
}