MediaWiki master
ReadPrivateUserRequirementsConditionHook.php
Go to the documentation of this file.
1<?php
2/*
3 * @license GPL-2.0-or-later
4 * @file
5 */
6
7namespace MediaWiki\User\Hook;
8
10
19
41 UserIdentity $performer,
42 UserIdentity $target,
43 array $conditions
44 ): void;
45}
onReadPrivateUserRequirementsCondition(UserIdentity $performer, UserIdentity $target, array $conditions)
This hook is called when the value of private user requirement conditions is revealed to another user...
Interface for objects representing user identity.