MediaWiki master
BlockIpCompleteHook.php
Go to the documentation of this file.
1<?php
2
4
7
26 public function onBlockIpComplete( $block, $user, $priorBlock );
27}
28
30class_alias( BlockIpCompleteHook::class, 'MediaWiki\\Hook\\BlockIpCompleteHook' );
A DatabaseBlock (unlike a SystemBlock) is stored in the database, may give rise to autoblocks and may...
User class for the MediaWiki software.
Definition User.php:130
This is a hook handler interface, see docs/Hooks.md.
onBlockIpComplete( $block, $user, $priorBlock)
This hook is called after an IP address or user is blocked.