MediaWiki
master
DifferenceEngineLoadTextAfterNewContentIsLoadedHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Diff\Hook
;
4
5
use
DifferenceEngine
;
6
14
interface
DifferenceEngineLoadTextAfterNewContentIsLoadedHook
{
26
public
function
onDifferenceEngineLoadTextAfterNewContentIsLoaded
(
27
$differenceEngine
28
);
29
}
MediaWiki\Diff\Hook
Definition:
AbortDiffCacheHook.php:3
MediaWiki\Diff\Hook\DifferenceEngineLoadTextAfterNewContentIsLoadedHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
DifferenceEngineLoadTextAfterNewContentIsLoadedHook.php:14
MediaWiki\Diff\Hook\DifferenceEngineLoadTextAfterNewContentIsLoadedHook\onDifferenceEngineLoadTextAfterNewContentIsLoaded
onDifferenceEngineLoadTextAfterNewContentIsLoaded( $differenceEngine)
This hook is called in DifferenceEngine::loadText() after the new revision's content has been loaded ...
DifferenceEngine
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Definition:
DifferenceEngine.php:58
includes
diff
Hook
DifferenceEngineLoadTextAfterNewContentIsLoadedHook.php
Generated on Mon Mar 1 2021 13:08:34 for MediaWiki by
1.8.19