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

Breadcrumb

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

function RepositoryInterface::getRepoName

Returns a name representing this repository to the user

This is best effort and definitely can not always be very precise

Return value

string

3 methods override RepositoryInterface::getRepoName()
ArrayRepository::getRepoName in vendor/composer/composer/src/Composer/Repository/ArrayRepository.php
Returns a name representing this repository to the user
CompositeRepository::getRepoName in vendor/composer/composer/src/Composer/Repository/CompositeRepository.php
Returns a name representing this repository to the user
FilterRepository::getRepoName in vendor/composer/composer/src/Composer/Repository/FilterRepository.php
Returns a name representing this repository to the user

File

vendor/composer/composer/src/Composer/Repository/RepositoryInterface.php, line 118

Class

RepositoryInterface
Repository interface.

Namespace

Composer\Repository

Code

public function getRepoName();

API Navigation

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