MediaWiki master
UserRequirementsConditionDisplayHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\User\Hook;
4
7
30 string|int $type,
31 array $args,
32 IContextSource $context,
33 ?MessageSpecifier &$messageSpec
34 ): void;
35}
Interface for objects which can provide a MediaWiki context on request.
onUserRequirementsConditionDisplay(string|int $type, array $args, IContextSource $context, ?MessageSpecifier &$messageSpec)
Use this hook to specify a custom message for displaying user requirements conditions in the user int...