|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onDifferenceEngineShowDiff ( $differenceEngine) | |
| Use this hook to affect the diff text which eventually gets sent to the OutputPage object. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "DifferenceEngineShowDiff" to register handlers implementing this interface.
Definition at line 14 of file DifferenceEngineShowDiffHook.php.
| MediaWiki\Diff\Hook\DifferenceEngineShowDiffHook::onDifferenceEngineShowDiff | ( | $differenceEngine | ) |
Use this hook to affect the diff text which eventually gets sent to the OutputPage object.
| DifferenceEngine | $differenceEngine |
Implemented in MediaWiki\HookContainer\HookRunner.