MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onDifferenceEngineMarkPatrolledLink ( $differenceEngine, &$markAsPatrolledLink, $rcid) | |
Use this hook to change the "mark as patrolled" link which is shown both on the diff header as well as on the bottom of a page, usually wrapped in a span element which has class="patrollink". | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "DifferenceEngineMarkPatrolledLink" to register handlers implementing this interface.
Definition at line 14 of file DifferenceEngineMarkPatrolledLinkHook.php.
MediaWiki\Diff\Hook\DifferenceEngineMarkPatrolledLinkHook::onDifferenceEngineMarkPatrolledLink | ( | $differenceEngine, | |
& | $markAsPatrolledLink, | ||
$rcid ) |
Use this hook to change the "mark as patrolled" link which is shown both on the diff header as well as on the bottom of a page, usually wrapped in a span element which has class="patrollink".
DifferenceEngine | $differenceEngine | |
string | &$markAsPatrolledLink | "Mark as patrolled" link HTML |
int | $rcid | Recent change ID (rc_id) for this change |
Implemented in MediaWiki\HookContainer\HookRunner.