MediaWiki
REL1_39
ChangeTagAfterDeleteHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\ChangeTags\Hook
;
4
5
use
Status
;
6
14
interface
ChangeTagAfterDeleteHook
{
27
public
function
onChangeTagAfterDelete
( $tag, &$status );
28
}
Status
Generic operation result class Has warning/error list, boolean status and arbitrary value.
Definition
Status.php:44
MediaWiki\ChangeTags\Hook\ChangeTagAfterDeleteHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ChangeTagAfterDeleteHook.php:14
MediaWiki\ChangeTags\Hook\ChangeTagAfterDeleteHook\onChangeTagAfterDelete
onChangeTagAfterDelete( $tag, &$status)
This hook is called after a change tag has been deleted (that is, removed from all revisions and log ...
MediaWiki\ChangeTags\Hook
Definition
ChangeTagAfterDeleteHook.php:3
includes
changetags
Hook
ChangeTagAfterDeleteHook.php
Generated on Tue Apr 15 2025 06:23:00 for MediaWiki by
1.10.0