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

Public Member Functions | |
| onPerformRetroactiveAutoblock ( $block, &$blockIds) | |
| This hook is called before a retroactive autoblock is applied to a user. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "PerformRetroactiveAutoblock" to register handlers implementing this interface.
Definition at line 14 of file PerformRetroactiveAutoblockHook.php.
| MediaWiki\Block\Hook\PerformRetroactiveAutoblockHook::onPerformRetroactiveAutoblock | ( | $block, | |
| & | $blockIds ) |
This hook is called before a retroactive autoblock is applied to a user.
| DatabaseBlock | $block | Block object which is set to be autoblocking |
| array | &$blockIds | Array of block IDs of the autoblock |
Implemented in MediaWiki\HookContainer\HookRunner.