MediaWiki  master
MarkPatrolledHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 
14 interface MarkPatrolledHook {
27  public function onMarkPatrolled( $rcid, $user, $wcOnlySysopsCanPatrol, $auto,
28  &$tags
29  );
30 }
internal since 1.36
Definition: User.php:98
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.