MediaWiki master
TitleQuickPermissionsHook.php
Go to the documentation of this file.
1<?php
2
4
7
30 public function onTitleQuickPermissions( $title, $user, $action, &$errors,
31 $doExpensiveQueries, $short
32 );
33}
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.
onTitleQuickPermissions( $title, $user, $action, &$errors, $doExpensiveQueries, $short)
This hook is called from Title::checkQuickPermissions to add to or override the quick permissions che...