|
MediaWiki REL1_35
|
Stable to implement. More...

Public Member Functions | |
| onAbortAutoblock ( $autoblockip, $block) | |
| Use this hook to cancel an autoblock. | |
Stable to implement.
Definition at line 11 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.