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

Breadcrumb

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

function RootPackageInterface::getStabilityFlags

Returns the stability flags to apply to dependencies

array('foo/bar' => 'dev')

Return value

array<string, BasePackage::STABILITY_*>

2 methods override RootPackageInterface::getStabilityFlags()
RootAliasPackage::getStabilityFlags in vendor/composer/composer/src/Composer/Package/RootAliasPackage.php
@inheritDoc
RootPackage::getStabilityFlags in vendor/composer/composer/src/Composer/Package/RootPackage.php
@inheritDoc

File

vendor/composer/composer/src/Composer/Package/RootPackageInterface.php, line 48

Class

RootPackageInterface
Defines additional fields that are only needed for the root package

Namespace

Composer\Package

Code

public function getStabilityFlags() : array;
RSS feed
Powered by Drupal