MediaWiki master
DifferenceEngineViewHeaderHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Diff\Hook;
4
6
23 public function onDifferenceEngineViewHeader( $differenceEngine );
24}
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
This is a hook handler interface, see docs/Hooks.md.
onDifferenceEngineViewHeader( $differenceEngine)
This hook is called before diff display.