MediaWiki REL1_39
GetUserPermissionsErrorsHook.php
Go to the documentation of this file.
1<?php
2
4
6use Title;
7use User;
8
35 public function onGetUserPermissionsErrors( $title, $user, $action, &$result );
36}
Represents a title within MediaWiki.
Definition Title.php:49
internal since 1.36
Definition User.php:70
This is a hook handler interface, see docs/Hooks.md.
onGetUserPermissionsErrors( $title, $user, $action, &$result)
Use this hook to add a permissions error when permissions errors are checked for.