MediaWiki
master
ChangeTagCanCreateHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\ChangeTags\Hook
;
4
5
use
MediaWiki\Status\Status
;
6
use
MediaWiki\User\User
;
7
15
interface
ChangeTagCanCreateHook
{
30
public
function
onChangeTagCanCreate
( $tag, $user, &$status );
31
}
MediaWiki\Status\Status
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition
Status.php:54
MediaWiki\User\User
internal since 1.36
Definition
User.php:93
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...
MediaWiki\ChangeTags\Hook
Definition
ChangeTagAfterDeleteHook.php:3
includes
changetags
Hook
ChangeTagCanCreateHook.php
Generated on Sun Dec 8 2024 21:23:31 for MediaWiki by
1.10.0