MediaWiki master
MarkPatrolledHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
27 public function onMarkPatrolled( $rcid, $user, $wcOnlySysopsCanPatrol, $auto,
28 &$tags
29 );
30}
internal since 1.36
Definition User.php:93
This is a hook handler interface, see docs/Hooks.md.
onMarkPatrolled( $rcid, $user, $wcOnlySysopsCanPatrol, $auto, &$tags)
This hook is called before an edit is marked patrolled.