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

Breadcrumb

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

function PathRepository::getRepoConfig

Overrides ConfigurableRepositoryInterface::getRepoConfig

File

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

Class

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

Namespace

Composer\Repository

Code

public function getRepoConfig() : array {
    return $this->repoConfig;
}
RSS feed
Powered by Drupal