MediaWiki REL1_39
ChangeTagCanCreateHook.php
Go to the documentation of this file.
1<?php
2
4
5use Status;
6use User;
7
30 public function onChangeTagCanCreate( $tag, $user, &$status );
31}
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition Status.php:44
internal since 1.36
Definition User.php:70
This is a hook handler interface, see docs/Hooks.md.
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...