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

Breadcrumb

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

function Config::getRepositories

Return value

array<int|string, mixed>

2 calls to Config::getRepositories()
Config::all in vendor/composer/composer/src/Composer/Config.php
Config::raw in vendor/composer/composer/src/Composer/Config.php

File

vendor/composer/composer/src/Composer/Config.php, line 280

Class

Config
@author Jordi Boggiano <j.boggiano@seld.be>

Namespace

Composer

Code

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