MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onAbortDiffCache ( $diffEngine) | |
Use this hook to cancel the caching of a diff. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "AbortDiffCache" to register handlers implementing this interface.
Definition at line 14 of file AbortDiffCacheHook.php.
MediaWiki\Diff\Hook\AbortDiffCacheHook::onAbortDiffCache | ( | $diffEngine | ) |
Use this hook to cancel the caching of a diff.
DifferenceEngine | $diffEngine |
Implemented in MediaWiki\HookContainer\HookRunner.