MediaWiki master
GetUserBlockHook.php
Go to the documentation of this file.
1<?php
2
4
7
29 public function onGetUserBlock( $user, $ip, &$block );
30}
User class for the MediaWiki software.
Definition User.php:121
This is a hook handler interface, see docs/Hooks.md.
onGetUserBlock( $user, $ip, &$block)
Use this hook to modify the block found by the block manager.