You are here

protected static property PatchInfoDrupalorgCommands::$issuePriorities in PatchInfo 8.2

The issue priorities.

Type: string[]

File

modules/patchinfo_drupalorg/src/Commands/PatchInfoDrupalorgCommands.php, line 21

Class

PatchInfoDrupalorgCommands
A Drush commandfile for the patchinfo_drupalorg:list command.

Namespace

Drupal\patchinfo_drupalorg\Commands

Code

protected static $issuePriorities = [
  100 => 'Minor',
  200 => 'Normal',
  300 => 'Major',
  400 => 'Critical',
];