|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onAbortAutoblock ( $autoblockip, $block) | |
| Use this hook to cancel an autoblock. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "AbortAutoblock" to register handlers implementing this interface.
Definition at line 14 of file AbortAutoblockHook.php.
| MediaWiki\Block\Hook\AbortAutoblockHook::onAbortAutoblock | ( | $autoblockip, | |
| $block ) |
Use this hook to cancel an autoblock.
| string | $autoblockip | IP going to be autoblocked |
| DatabaseBlock | $block | Block from which the autoblock is coming |
Implemented in MediaWiki\HookContainer\HookRunner.