Manual:Hooks/PerformRetroactiveAutoblock
Jump to navigation
Jump to search
PerformRetroactiveAutoblock | |
---|---|
Available from version 1.18.0 (r92223) 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": "MyExtensionHooks::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