MediaWiki REL1_35
MediaWiki\Diff\Hook\DifferenceEngineShowDiffHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Diff\Hook\DifferenceEngineShowDiffHook:

Public Member Functions

 onDifferenceEngineShowDiff ( $differenceEngine)
 Use this hook to affect the diff text which eventually gets sent to the OutputPage object.
 

Detailed Description

Stable to implement.

Definition at line 11 of file DifferenceEngineShowDiffHook.php.

Member Function Documentation

◆ onDifferenceEngineShowDiff()

MediaWiki\Diff\Hook\DifferenceEngineShowDiffHook::onDifferenceEngineShowDiff (   $differenceEngine)

Use this hook to affect the diff text which eventually gets sent to the OutputPage object.

Since
1.35
Parameters
DifferenceEngine$differenceEngine
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: