MediaWiki master
ChangeTagsAfterUpdateTagsHook.php
Go to the documentation of this file.
1<?php
2
4
7
34 public function onChangeTagsAfterUpdateTags( $addedTags, $removedTags,
35 $prevTags, $rc_id, $rev_id, $log_id, $params, $rc, $user
36 );
37}
array $params
The job parameters.
User class for the MediaWiki software.
Definition User.php:119
Utility class for creating and reading rows in the recentchanges table.
This is a hook handler interface, see docs/Hooks.md.
onChangeTagsAfterUpdateTags( $addedTags, $removedTags, $prevTags, $rc_id, $rev_id, $log_id, $params, $rc, $user)
This hook is called after tags have been updated with the ChangeTagsStore->updateTags function.