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

Breadcrumb

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

function InstallOperation::format

6 calls to InstallOperation::format()
ArchiveDownloader::install in vendor/composer/composer/src/Composer/Downloader/ArchiveDownloader.php
@inheritDoc
FileDownloader::install in vendor/composer/composer/src/Composer/Downloader/FileDownloader.php
@inheritDoc
InstallOperation::show in vendor/composer/composer/src/Composer/DependencyResolver/Operation/InstallOperation.php
@inheritDoc
MetapackageInstaller::install in vendor/composer/composer/src/Composer/Installer/MetapackageInstaller.php
@inheritDoc
PathDownloader::install in vendor/composer/composer/src/Composer/Downloader/PathDownloader.php
@inheritDoc

... See full list

File

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

Class

InstallOperation
Solver install operation.

Namespace

Composer\DependencyResolver\Operation

Code

public static function format(PackageInterface $package, bool $lock = false) : string {
    return ($lock ? 'Locking ' : 'Installing ') . '<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