MediaWiki
REL1_40
DifferenceEngineMarkPatrolledLinkHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Diff\Hook
;
4
5
use
DifferenceEngine
;
6
14
interface
DifferenceEngineMarkPatrolledLinkHook
{
27
public
function
onDifferenceEngineMarkPatrolledLink
( $differenceEngine,
28
&$markAsPatrolledLink, $rcid
29
);
30
}
DifferenceEngine
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Definition
DifferenceEngine.php:66
MediaWiki\Diff\Hook\DifferenceEngineMarkPatrolledLinkHook
This is a hook handler interface, see docs/Hooks.md.
Definition
DifferenceEngineMarkPatrolledLinkHook.php:14
MediaWiki\Diff\Hook\DifferenceEngineMarkPatrolledLinkHook\onDifferenceEngineMarkPatrolledLink
onDifferenceEngineMarkPatrolledLink( $differenceEngine, &$markAsPatrolledLink, $rcid)
Use this hook to change the "mark as patrolled" link which is shown both on the diff header as well a...
MediaWiki\Diff\Hook
Definition
AbortDiffCacheHook.php:3
includes
diff
Hook
DifferenceEngineMarkPatrolledLinkHook.php
Generated on Thu Jun 27 2024 14:02:39 for MediaWiki by
1.10.0