Page MenuHomeWickedGov Phorge

AbortAutoblockHook.php
No OneTemporary

Size
663 B
Referenced Files
None
Subscribers
None

AbortAutoblockHook.php

<?php
namespace MediaWiki\Block\Hook;
use MediaWiki\Block\DatabaseBlock;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "AbortAutoblock" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface AbortAutoblockHook {
/**
* Use this hook to cancel an autoblock.
*
* @since 1.35
*
* @param string $autoblockip IP going to be autoblocked
* @param DatabaseBlock $block Block from which the autoblock is coming
* @return bool|void True or no return value to continue, or false to cancel an autoblock
*/
public function onAbortAutoblock( $autoblockip, $block );
}

File Metadata

Mime Type
text/x-php
Expires
Tue, Aug 18, 19:42 (2 w, 4 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3e/88/da18a737511c2ca2ad8b9543ebfc
Default Alt Text
AbortAutoblockHook.php (663 B)

Event Timeline