MediaWiki  master
DifferenceEngineAfterLoadNewTextHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Diff\Hook;
4 
6 
25  public function onDifferenceEngineAfterLoadNewText( $differenceEngine );
26 }
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
onDifferenceEngineAfterLoadNewText( $differenceEngine)
This hook is called in DifferenceEngine::loadNewText() after the new revision's content has been load...