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

Breadcrumb

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

function MarkAliasInstalledOperation::show

@inheritDoc

Overrides OperationInterface::show

File

vendor/composer/composer/src/Composer/DependencyResolver/Operation/MarkAliasInstalledOperation.php, line 47

Class

MarkAliasInstalledOperation
Solver install operation.

Namespace

Composer\DependencyResolver\Operation

Code

public function show($lock) : string {
    return 'Marking <info>' . $this->package
        ->getPrettyName() . '</info> (<comment>' . $this->package
        ->getFullPrettyVersion() . '</comment>) as installed, alias of <info>' . $this->package
        ->getAliasOf()
        ->getPrettyName() . '</info> (<comment>' . $this->package
        ->getAliasOf()
        ->getFullPrettyVersion() . '</comment>)';
}

API Navigation

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