Manual:Hooks/PerformRetroactiveAutoblock

From mediawiki.org
PerformRetroactiveAutoblock
Available from version 1.18.0 (r92223, codereview)
Called before a retroactive autoblock is applied to a user.
Define function:
public static function onPerformRetroactiveAutoblock( DatabaseBlock $block, array &$blockIds ) { ... }
Attach hook: In extension.json:
{
	"Hooks": {
		"PerformRetroactiveAutoblock": "MediaWiki\\Extension\\MyExtension\\Hooks::onPerformRetroactiveAutoblock"
	}
}
Called from: File(s): block/DatabaseBlockStore.php
Interface: PerformRetroactiveAutoblockHook.php

For more information about attaching hooks, see Manual:Hooks .
For examples of extensions using this hook, see Category:PerformRetroactiveAutoblock extensions.


Details[edit]

  • $block: MediaWiki\Block\DatabaseBlock object (which is set to be autoblocking)
  • &$blockIds: Array of block IDs of the autoblock