MediaWiki REL1_39
ChangeTagCanDeleteHook.php
Go to the documentation of this file.
1<?php
2
4
5use Status;
6use User;
7
31 public function onChangeTagCanDelete( $tag, $user, &$status );
32}
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.
onChangeTagCanDelete( $tag, $user, &$status)
Use this hook to tell whether a change tag should be able to be deleted from the UI (Special:Tags) or...