MediaWiki
master
ChangeTagCanCreateHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\ChangeTags\Hook
;
4
5
use
Status
;
6
use
User
;
7
15
interface
ChangeTagCanCreateHook
{
30
public
function
onChangeTagCanCreate
( $tag, $user, &$status );
31
}
MediaWiki\ChangeTags\Hook\ChangeTagCanCreateHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
ChangeTagCanCreateHook.php:15
MediaWiki\ChangeTags\Hook\ChangeTagCanCreateHook\onChangeTagCanCreate
onChangeTagCanCreate( $tag, $user, &$status)
Use this hook to tell whether a change tag should be able to be created from the UI (Special:Tags) or...
Status
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition:
Status.php:44
MediaWiki\ChangeTags\Hook
Definition:
ChangeTagAfterDeleteHook.php:3
User
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition:
User.php:66
includes
changetags
Hook
ChangeTagCanCreateHook.php
Generated on Sat Mar 6 2021 15:07:50 for MediaWiki by
1.8.19