MediaWiki REL1_35
GetUserBlockHook.php
Go to the documentation of this file.
1<?php
2
4
6use User;
7
26 public function onGetUserBlock( $user, $ip, &$block );
27}
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
onGetUserBlock( $user, $ip, &$block)
Use this hook to modify the block found by the block manager.