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

Breadcrumb

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

function PrePoolCreateEvent::getAcceptableStabilities

@phpstan-return array<string, BasePackage::STABILITY_*>

Return value

int[] array of stability => BasePackage::STABILITY_* value

File

vendor/composer/composer/src/Composer/Plugin/PrePoolCreateEvent.php, line 110

Class

PrePoolCreateEvent
The pre command run event.

Namespace

Composer\Plugin

Code

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