MediaWiki master
SpecialResetTokensTokensHook.php
Go to the documentation of this file.
1<?php
2
4
25 public function onSpecialResetTokensTokens( &$tokens );
26}
27
29class_alias( SpecialResetTokensTokensHook::class, 'MediaWiki\\Hook\\SpecialResetTokensTokensHook' );
This is a hook handler interface, see docs/Hooks.md.
onSpecialResetTokensTokens(&$tokens)
This hook is called when building token list for SpecialResetTokens.