Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. PluginInterface.php

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

... See full list

File

vendor/composer/composer/src/Composer/Plugin/PluginInterface.php, line 62

Class

PluginInterface
Plugin interface

Namespace

Composer\Plugin

Code

public function uninstall(Composer $composer, IOInterface $io);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal