MediaWiki REL1_35
MediaWiki\Hook\GetDoubleUnderscoreIDsHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\GetDoubleUnderscoreIDsHook:

Public Member Functions

 onGetDoubleUnderscoreIDs (&$doubleUnderscoreIDs)
 Use this hook to modify the list of behavior switches (double underscore variables in wikitext).
 

Detailed Description

Stable to implement.

Definition at line 9 of file GetDoubleUnderscoreIDsHook.php.

Member Function Documentation

◆ onGetDoubleUnderscoreIDs()

MediaWiki\Hook\GetDoubleUnderscoreIDsHook::onGetDoubleUnderscoreIDs ( $doubleUnderscoreIDs)

Use this hook to modify the list of behavior switches (double underscore variables in wikitext).

Behavior switches are localized with the magic word system, and this hook is called by MagicWordFactory.

Since
1.35
Parameters
string[]&$doubleUnderscoreIDsArray of magic word identifiers
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: