MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onParserTestGlobals (&$globals) | |
Use this hook to define globals for parser tests. | |
Stable to implement.
Definition at line 9 of file ParserTestGlobalsHook.php.
MediaWiki\Hook\ParserTestGlobalsHook::onParserTestGlobals | ( | & | $globals | ) |
Use this hook to define globals for parser tests.
array | &$globals | Array with all the globals which should be set for parser tests. The arrays keys serve as the globals' names, its values are the globals' values. |
Implemented in MediaWiki\HookContainer\HookRunner.