MediaWiki master
GetUserPermissionsErrorsExpensiveHook.php
Go to the documentation of this file.
1<?php
2
4
8
36 public function onGetUserPermissionsErrorsExpensive( $title, $user, $action,
37 &$result
38 );
39}
Represents a title within MediaWiki.
Definition Title.php:78
internal since 1.36
Definition User.php:93
onGetUserPermissionsErrorsExpensive( $title, $user, $action, &$result)
This hook is equal to getUserPermissionsErrors, but it is called only if expensive checks are enabled...