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

Breadcrumb

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

function UninstallOperation::format

5 calls to UninstallOperation::format()
FileDownloader::remove in vendor/composer/composer/src/Composer/Downloader/FileDownloader.php
@inheritDoc
MetapackageInstaller::uninstall in vendor/composer/composer/src/Composer/Installer/MetapackageInstaller.php
@inheritDoc
PathDownloader::remove in vendor/composer/composer/src/Composer/Downloader/PathDownloader.php
@inheritDoc
UninstallOperation::show in vendor/composer/composer/src/Composer/DependencyResolver/Operation/UninstallOperation.php
@inheritDoc
VcsDownloader::remove in vendor/composer/composer/src/Composer/Downloader/VcsDownloader.php
@inheritDoc

File

vendor/composer/composer/src/Composer/DependencyResolver/Operation/UninstallOperation.php, line 52

Class

UninstallOperation
Solver uninstall operation.

Namespace

Composer\DependencyResolver\Operation

Code

public static function format(PackageInterface $package, bool $lock = false) : string {
    return 'Removing <info>' . $package->getPrettyName() . '</info> (<comment>' . $package->getFullPrettyVersion() . '</comment>)';
}

API Navigation

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