MediaWiki
REL1_41
AbortDiffCacheHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Diff\Hook
;
4
5
use
DifferenceEngine
;
6
14
interface
AbortDiffCacheHook
{
23
public
function
onAbortDiffCache
( $diffEngine );
24
}
DifferenceEngine
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Definition
DifferenceEngine.php:70
MediaWiki\Diff\Hook\AbortDiffCacheHook
This is a hook handler interface, see docs/Hooks.md.
Definition
AbortDiffCacheHook.php:14
MediaWiki\Diff\Hook\AbortDiffCacheHook\onAbortDiffCache
onAbortDiffCache( $diffEngine)
Use this hook to cancel the caching of a diff.
MediaWiki\Diff\Hook
Definition
AbortDiffCacheHook.php:3
includes
diff
Hook
AbortDiffCacheHook.php
Generated on Sat Nov 23 2024 08:23:08 for MediaWiki by
1.10.0