MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onGetDoubleUnderscoreIDs (&$doubleUnderscoreIDs) | |
Use this hook to modify the list of behavior switches (double underscore variables in wikitext). | |
Stable to implement.
Definition at line 9 of file GetDoubleUnderscoreIDsHook.php.
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.
string[] | &$doubleUnderscoreIDs | Array of magic word identifiers |
Implemented in MediaWiki\HookContainer\HookRunner.