MediaWiki REL1_35
MediaWiki\Hook\ParserTestGlobalsHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\ParserTestGlobalsHook:

Public Member Functions

 onParserTestGlobals (&$globals)
 Use this hook to define globals for parser tests.
 

Detailed Description

Stable to implement.

Definition at line 9 of file ParserTestGlobalsHook.php.

Member Function Documentation

◆ onParserTestGlobals()

MediaWiki\Hook\ParserTestGlobalsHook::onParserTestGlobals ( $globals)

Use this hook to define globals for parser tests.

Since
1.35
Parameters
array&$globalsArray 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.
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: