- last update
over 1 year ago 29,374 pass, 4 fail - π¦πΊAustralia kim.pepper πββοΈπ¦πΊSydney, Australia
Reroll for 10.1.x.
The last submitted patch, 35: 3036010-35.patch, failed testing. View results β
π±
[META] Remove all usages of drupal_static() & drupal_static_reset()
Active
wants us to get rid of drupal_static()
.
#3015538: [META] Deprecate contents of common.inc β wants us to deprecate functions in common.inc.
Thus here we feet two birds with one seed.
Move the functionality of drupal_get_updaters()
into a static method on Drupal\Core\Updater\Updater
. Let's call it getUpdaterRegistry()
.
Instead of using drupal_static()
to cache in memory, we'll add a static property to Drupal\Core\Updater\Updater
.
Deprecate drupal_get_updaters()
in favor of Updater::getUpdaterRegistry()
.
Needs review
10.1 β¨
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Reroll for 10.1.x.
The last submitted patch, 35: 3036010-35.patch, failed testing. View results β