|
MediaWiki REL1_35
|
Stable to implement. More...

Public Member Functions | |
| onChangeTagAfterDelete ( $tag, &$status) | |
| This hook is called after a change tag has been deleted (that is, removed from all revisions and log entries to which it was applied). | |
Stable to implement.
Definition at line 11 of file ChangeTagAfterDeleteHook.php.
| MediaWiki\ChangeTags\Hook\ChangeTagAfterDeleteHook::onChangeTagAfterDelete | ( | $tag, | |
| & | $status | ||
| ) |
This hook is called after a change tag has been deleted (that is, removed from all revisions and log entries to which it was applied).
This gives extensions a chance to take it off their books.
| string | $tag | Name of the tag |
| Status | &$status | Add warnings to this as required. There is no point setting errors, as the deletion has already been partly carried out by this point. |
Implemented in MediaWiki\HookContainer\HookRunner.