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

Breadcrumb

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

function PackageInterface::getPrettyName

Returns the package's pretty (i.e. with proper case) name

Return value

string package name

1 method overrides PackageInterface::getPrettyName()
BasePackage::getPrettyName in vendor/composer/composer/src/Composer/Package/BasePackage.php
@inheritDoc

File

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

Class

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

Namespace

Composer\Package

Code

public function getPrettyName() : string;

API Navigation

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