MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSpecialResetTokensTokens (&$tokens) | |
This hook is called when building token list for SpecialResetTokens. | |
Stable to implement.
Definition at line 9 of file SpecialResetTokensTokensHook.php.
MediaWiki\Hook\SpecialResetTokensTokensHook::onSpecialResetTokensTokens | ( | & | $tokens | ) |
This hook is called when building token list for SpecialResetTokens.
array | &$tokens | array of token information arrays in the format of [ 'preference' => '<preference-name>', 'label-message' => '<message-key>', ] |
Implemented in MediaWiki\HookContainer\HookRunner.