registration: Expose config array to ExtensionRegistry
authorFlorian Schmidt <florian.schmidt.stargatewissen@gmail.com>
Fri, 13 Jan 2017 05:21:00 +0000 (06:21 +0100)
committerKunal Mehta <legoktm@member.fsf.org>
Thu, 19 Jul 2018 13:59:15 +0000 (15:59 +0200)
commit488796a9c4e7ba0ee059a6765988fe47a20b94a9
tree7b667174935f8262a43215e63d37e1979ef53ff7
parent436f96e50be384c8fcd1f1938296f1398726148d
registration: Expose config array to ExtensionRegistry

Currently, the ExtensionProcessor processes the config array of the
extension and just sets the value as a global. In this way, however,
the metadata of the configs (description, public, ...) aren't available.

This change exposes the configurations in the extracted data as the
config key.

Bug: T155908
Change-Id: Ie41e6ecb8d08a5b20b56eb2281af1dfdd808b2c4
includes/registration/ExtensionProcessor.php
includes/registration/ExtensionRegistry.php
includes/registration/Processor.php