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.
internal since 1.36
Definition User.php:93
Utility class for creating new RC entries.
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 ChangeTags::updateTags function.