registration: Support $wgMediaHandlers in ExtensionProcessor

Bug: T97908
Change-Id: I3bea9273f956d93aebc5176b83d375c574715382
This commit is contained in:
Kunal Mehta 2015-05-02 19:38:29 -07:00
parent 01799a7cb3
commit e5aca92ebc
2 changed files with 5 additions and 0 deletions

View file

@ -542,6 +542,10 @@
"type": "object",
"description": "Flags (letter symbols) shown on RecentChanges pages"
},
"MediaHandlers": {
"type": "object",
"description": "Plugins for media file type handling. Each entry in the array maps a MIME type to a PHP class name."
},
"ExtensionFunctions": {
"type": [
"array",

View file

@ -26,6 +26,7 @@ class ExtensionProcessor implements Processor {
'RateLimits',
'ParserTestFiles',
'RecentChangesFlags',
'MediaHandlers',
'ExtensionFunctions',
'ExtensionEntryPointListFiles',
'SpecialPages',