MediaWiki
1.39.10
DifferenceEngineShowEmptyOldContentHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Diff\Hook
;
4
5
use
DifferenceEngine
;
6
14
interface
DifferenceEngineShowEmptyOldContentHook
{
24
public
function
onDifferenceEngineShowEmptyOldContent
( $differenceEngine );
25
}
DifferenceEngine
DifferenceEngine is responsible for rendering the difference between two revisions as HTML.
Definition
DifferenceEngine.php:60
MediaWiki\Diff\Hook\DifferenceEngineShowEmptyOldContentHook
This is a hook handler interface, see docs/Hooks.md.
Definition
DifferenceEngineShowEmptyOldContentHook.php:14
MediaWiki\Diff\Hook\DifferenceEngineShowEmptyOldContentHook\onDifferenceEngineShowEmptyOldContent
onDifferenceEngineShowEmptyOldContent( $differenceEngine)
Use this hook to change the diff table body (without header) in cases when there is no old revision o...
MediaWiki\Diff\Hook
Definition
AbortDiffCacheHook.php:3
includes
diff
Hook
DifferenceEngineShowEmptyOldContentHook.php
Generated on Tue Oct 1 2024 01:15:31 for MediaWiki by
1.10.0