registration: Load extra autoload files before executing callbacks
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Wed, 6 Apr 2016 22:00:16 +0000 (00:00 +0200)
committerLegoktm <legoktm.wikipedia@gmail.com>
Wed, 6 Apr 2016 22:33:18 +0000 (22:33 +0000)
commit70f6f8865f2da8e00c671fb1357bdcb3bdfe9cf0
treeb6ac5a8a715cc6c3bd0bb20d5a5374884ec803f9
parent29d80335f9060427ed79ddca21bff5a5addd05ae
registration: Load extra autoload files before executing callbacks

Callbacks should be able to safely assume that anything (or at least mostly)
defined in extension registration is already loaded and processed when
the callback itself is executed. To make sure, that this applies, callbacks
should be executed after all extra autoload paths are loaded.

Bug: T131978
Change-Id: I2c6624423957a8a00523b126fa7209d9c283aa9e
includes/registration/ExtensionRegistry.php