MediaWiki master
GetUserPermissionsErrorsHook.php
Go to the documentation of this file.
1<?php
2
4
8
35 public function onGetUserPermissionsErrors( $title, $user, $action, &$result );
36}
Represents a title within MediaWiki.
Definition Title.php:78
internal since 1.36
Definition User.php:93
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.