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

Breadcrumb

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

function RootPackageRepository::__construct

Overrides ArrayRepository::__construct

File

vendor/composer/composer/src/Composer/Repository/RootPackageRepository.php, line 26

Class

RootPackageRepository
Root package repository.

Namespace

Composer\Repository

Code

public function __construct(RootPackageInterface $package) {
    parent::__construct([
        $package,
    ]);
}
RSS feed
Powered by Drupal