MediaWiki
master
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
}
MediaWiki\Diff\Hook
Definition:
AbortDiffCacheHook.php:3
MediaWiki\Diff\Hook\AbortDiffCacheHook
This is a hook handler interface, see docs/Hooks.md.
Definition:
AbortDiffCacheHook.php:14
DifferenceEngine
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Definition:
DifferenceEngine.php:59
MediaWiki\Diff\Hook\AbortDiffCacheHook\onAbortDiffCache
onAbortDiffCache( $diffEngine)
Use this hook to cancel the caching of a diff.
includes
diff
Hook
AbortDiffCacheHook.php
Generated on Sat Mar 20 2021 18:08:20 for MediaWiki by
1.8.19