MediaWiki REL1_39
MediaWiki\Diff\Hook\DifferenceEngineShowDiffHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. 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

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "DifferenceEngineShowDiff" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 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: