|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onMarkPatrolledAudit (RecentChange $recentChange, UserIdentity $userIdentity, int $logId) | |
| This hook is called after an edit is marked patrolled. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "MarkPatrolledAudit" to register handlers implementing this interface.
Definition at line 15 of file MarkPatrolledAuditHook.php.
| MediaWiki\RecentChanges\Hook\MarkPatrolledAuditHook::onMarkPatrolledAudit | ( | RecentChange | $recentChange, |
| UserIdentity | $userIdentity, | ||
| int | $logId ) |
This hook is called after an edit is marked patrolled.
This hook is for auditing of patrolling only. Use the MarkPatrolledHook hook to abort the patrol or customise the tags applied to the patrol log entry.
| RecentChange | $recentChange | The RecentChange object associated with the edit that was patrolled |
| UserIdentity | $userIdentity | User who marked the edit patrolled |
| int | $logId | The log ID for the patrolled edit |