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

Public Member Functions | |
| onPerformRetroactiveAutoblock ( $block, &$blockIds) | |
| This hook is called before a retroactive autoblock is applied to a user. | |
Stable to implement.
Definition at line 11 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.