MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onMarkPatrolledComplete ( $rcid, $user, $wcOnlySysopsCanPatrol, $auto) | |
This hook is called after an edit is marked patrolled. | |
Stable to implement.
Definition at line 11 of file MarkPatrolledCompleteHook.php.
MediaWiki\Hook\MarkPatrolledCompleteHook::onMarkPatrolledComplete | ( | $rcid, | |
$user, | |||
$wcOnlySysopsCanPatrol, | |||
$auto | |||
) |
This hook is called after an edit is marked patrolled.
int | $rcid | ID of the revision marked as patrolled |
User | $user | User who marked the edit patrolled |
bool | $wcOnlySysopsCanPatrol | Config setting indicating whether the user must be a sysop to patrol the edit |
bool | $auto | True if the edit is being marked as patrolled automatically |
Implemented in MediaWiki\HookContainer\HookRunner.