MediaWiki
REL1_39
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
}
DifferenceEngine
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Definition
DifferenceEngine.php:60
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 ...
MediaWiki\Diff\Hook
Definition
AbortDiffCacheHook.php:3
includes
diff
Hook
DifferenceEngineLoadTextAfterNewContentIsLoadedHook.php
Generated on Thu Nov 21 2024 05:22:46 for MediaWiki by
1.10.0