Manual:Hooks/AbortDiffCache/de-formal

From Linux Web Expert

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
AbortDiffCache
<translate> Available from <tvar name=1><translate> version <tvar </tvar></translate>
Can be used to cancel the caching of a diff
<translate> Define function:</translate>
public static function onAbortDiffCache( DifferenceEngine $diffEngine ) { ... }
<translate> Attach hook:</translate> <translate> In <tvar name=1>extension.json</tvar>:</translate>
{
	"Hooks": {
		"AbortDiffCache": "MediaWiki\\Extension\\MyExtension\\Hooks::onAbortDiffCache"
	}
}
<translate> Called from:</translate> <translate> File(s):</translate> diff/DifferenceEngine.php
<translate> Function(s):</translate> getDiffBody
<translate> Interface:</translate> AbortDiffCacheHook.php

<translate> For more information about attaching hooks, see <tvar name=1>Manual:Hooks </tvar>.</translate>
<translate> For examples of extensions using this hook, see <tvar name=cat>Category:AbortDiffCache extensions/de-formal</tvar>.</translate>

Details

  • $diffEngine: An instance of DifferenceEngine

See also