< Manual:Hooks 
 
      | AbortDiffCache | |
|---|---|
| Available from version 1.14.0 Can be used to cancel the caching of a diff | |
| Define function: | public static function onAbortDiffCache( DifferenceEngine $diffEngine ) { ... }
 | 
| Attach hook: | In extension.json: {
	"Hooks": {
		"AbortDiffCache": "MyExtensionHooks::onAbortDiffCache"
	}
}
 | 
| Called from: | File(s): diff/DifferenceEngine.php Function(s): getDiffBody | 
| Interface: | AbortDiffCacheHook.php | 
For more information about attaching hooks, see Manual:Hooks.
For examples of extensions using this hook, see Category:AbortDiffCache extensions.
Details
- $diffEngine: An instance of- DifferenceEngine
See also
    This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.