MediaWiki  master
ChangeTagAfterDeleteHook.php
Go to the documentation of this file.
1 <?php
2 
4 
5 use Status;
6 
27  public function onChangeTagAfterDelete( $tag, &$status );
28 }
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition: Status.php:46
This is a hook handler interface, see docs/Hooks.md.
onChangeTagAfterDelete( $tag, &$status)
This hook is called after a change tag has been deleted (that is, removed from all revisions and log ...