MediaWiki  master
DifferenceEngineLoadTextAfterNewContentIsLoadedHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Diff\Hook;
4 
6 
27  $differenceEngine
28  );
29 }
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
onDifferenceEngineLoadTextAfterNewContentIsLoaded( $differenceEngine)
This hook is called in DifferenceEngine::loadText() after the new revision's content has been loaded ...