MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onDifferenceEngineShowEmptyOldContent ( $differenceEngine) | |
Use this hook to change the diff table body (without header) in cases when there is no old revision or the old and new revisions are identical. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "DifferenceEngineShowEmptyOldContent" to register handlers implementing this interface.
Definition at line 14 of file DifferenceEngineShowEmptyOldContentHook.php.
MediaWiki\Diff\Hook\DifferenceEngineShowEmptyOldContentHook::onDifferenceEngineShowEmptyOldContent | ( | $differenceEngine | ) |
Use this hook to change the diff table body (without header) in cases when there is no old revision or the old and new revisions are identical.
DifferenceEngine | $differenceEngine |
Implemented in MediaWiki\HookContainer\HookRunner.