MediaWiki REL1_39
UnblockUserCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use User;
7
25 public function onUnblockUserComplete( $block, $user );
26}
A DatabaseBlock (unlike a SystemBlock) is stored in the database, may give rise to autoblocks and may...
internal since 1.36
Definition User.php:70
This is a hook handler interface, see docs/Hooks.md.
onUnblockUserComplete( $block, $user)
This hook is called after an IP address or user has been unblocked.