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
Sat, May 16, 16:12 (13 h, 55 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
16/2b/719b6e98f4fd5a8eb08fd2a8a88a
Default Alt Text
AbortAutoblockHook.php (663 B)

Event Timeline