MediaWiki
REL1_39
PerformRetroactiveAutoblockHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Block\Hook
;
4
5
use
MediaWiki\Block\DatabaseBlock
;
6
14
interface
PerformRetroactiveAutoblockHook
{
24
public
function
onPerformRetroactiveAutoblock
( $block, &$blockIds );
25
}
MediaWiki\Block\DatabaseBlock
A DatabaseBlock (unlike a SystemBlock) is stored in the database, may give rise to autoblocks and may...
Definition
DatabaseBlock.php:53
MediaWiki\Block\Hook\PerformRetroactiveAutoblockHook
This is a hook handler interface, see docs/Hooks.md.
Definition
PerformRetroactiveAutoblockHook.php:14
MediaWiki\Block\Hook\PerformRetroactiveAutoblockHook\onPerformRetroactiveAutoblock
onPerformRetroactiveAutoblock( $block, &$blockIds)
This hook is called before a retroactive autoblock is applied to a user.
MediaWiki\Block\Hook
Definition
AbortAutoblockHook.php:3
includes
block
Hook
PerformRetroactiveAutoblockHook.php
Generated on Mon Nov 25 2024 06:55:12 for MediaWiki by
1.10.0