MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onUnblockUserComplete ( $block, $user) | |
This hook is called after an IP address or user has been unblocked. | |
Stable to implement.
Definition at line 12 of file UnblockUserCompleteHook.php.
MediaWiki\Hook\UnblockUserCompleteHook::onUnblockUserComplete | ( | $block, | |
$user | |||
) |
This hook is called after an IP address or user has been unblocked.
DatabaseBlock | $block | The Block object that was saved |
User | $user | The user who performed the unblock (not the one being unblocked) |
Implemented in MediaWiki\HookContainer\HookRunner.