(REF) Extensions - Extract method to build upgrade queue
authorTim Otten <totten@civicrm.org>
Wed, 1 Jun 2022 20:51:06 +0000 (13:51 -0700)
committerTim Otten <totten@civicrm.org>
Wed, 20 Jul 2022 08:41:15 +0000 (01:41 -0700)
commit9416187d3c913e3b6ebd5212deedc69bcfbeebb2
tree22900c4fe7335ff212f1c324e565671c76cd6756
parent9813cbedde2b77c70e0b9d28d6da74996d9a8858
(REF) Extensions - Extract method to build upgrade queue

I was slightly concerned that building a queue under a different there are
two risks, although I don't think either is very big:

1.  That someone references the queue by name during the building process.
    However, it wouldn't make much sense from a DX POV (given how "Upgrader"
    classes are generally written), and I can't any references to
    `QUEUE_NAME` or `ext-upgrade` in `universe`

2.  That someone generates queue tasks with `weight`s that somehow clash with
    the `weight`s in core-queue. However, this also doesn't make much sense
    from a DX POV (given how "upgrader" classes are generally written).
CRM/Extension/Upgrades.php