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

Breadcrumb

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

function PackageInterface::__toString

Converts the package into a readable and unique string

1 method overrides PackageInterface::__toString()
BasePackage::__toString in vendor/composer/composer/src/Composer/Package/BasePackage.php
Converts the package into a readable and unique string

File

vendor/composer/composer/src/Composer/Package/PackageInterface.php, line 367

Class

PackageInterface
Defines the essential information a package has that is used during solving/installation

Namespace

Composer\Package

Code

public function __toString() : string;
RSS feed
Powered by Drupal