MediaWiki REL1_35
ChangeTagCanDeleteHook.php
Go to the documentation of this file.
1<?php
2
4
5use Status;
6use User;
7
28 public function onChangeTagCanDelete( $tag, $user, &$status );
29}
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition Status.php:44
The User object encapsulates all of the user-specific settings (user_id, name, rights,...
Definition User.php:60
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...