MediaWiki  master
AbortDiffCacheHook.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
14 interface AbortDiffCacheHook {
23  public function onAbortDiffCache( $diffEngine );
24 }
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
This is a hook handler interface, see docs/Hooks.md.
onAbortDiffCache( $diffEngine)
Use this hook to cancel the caching of a diff.