MediaWiki REL1_35
DifferenceEngineShowDiffHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Diff\Hook;
4
6
20 public function onDifferenceEngineShowDiff( $differenceEngine );
21}
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
onDifferenceEngineShowDiff( $differenceEngine)
Use this hook to affect the diff text which eventually gets sent to the OutputPage object.