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