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

Breadcrumb

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

function RootPackage::getStabilityFlags

@inheritDoc

Overrides RootPackageInterface::getStabilityFlags

File

vendor/composer/composer/src/Composer/Package/RootPackage.php, line 64

Class

RootPackage
The root package represents the project's composer.json and contains additional metadata

Namespace

Composer\Package

Code

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