MediaWiki master
ChangeTagCanCreateHook.php
Go to the documentation of this file.
1<?php
2
4
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:54
internal since 1.36
Definition User.php:93
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...