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

Breadcrumb

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

function PathRepository::getRepoName

Overrides ArrayRepository::getRepoName

File

vendor/composer/composer/src/Composer/Repository/PathRepository.php, line 130

Class

PathRepository
This repository allows installing local packages that are not necessarily under their own VCS.

Namespace

Composer\Repository

Code

public function getRepoName() : string {
    return 'path repo (' . Url::sanitize($this->repoConfig['url']) . ')';
}
RSS feed
Powered by Drupal