You are here

public function MessagePlugin::uninstall in Drupal 8

Same name and namespace in other branches
  1. 9 composer/Plugin/ProjectMessage/MessagePlugin.php \Drupal\Composer\Plugin\ProjectMessage\MessagePlugin::uninstall()
  2. 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\ProjectMessage

Code

public function uninstall(Composer $composer, IOInterface $io) {
}