MediaWiki master
ArticleContentOnDiffHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Diff\Hook;
4
7
26 public function onArticleContentOnDiff( $diffEngine, $output );
27}
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
This is one of the Core classes and should be read at least once by any new developers.
This is a hook handler interface, see docs/Hooks.md.
onArticleContentOnDiff( $diffEngine, $output)
This hook is called before showing the article content below a diff.