MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onArticleContentOnDiff ( $diffEngine, $output) | |
This hook is called before showing the article content below a diff. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ArticleContentOnDiff" to register handlers implementing this interface.
Definition at line 15 of file ArticleContentOnDiffHook.php.
MediaWiki\Diff\Hook\ArticleContentOnDiffHook::onArticleContentOnDiff | ( | $diffEngine, | |
$output ) |
This hook is called before showing the article content below a diff.
Use this hook to change the content in this area or how it is loaded.
DifferenceEngine | $diffEngine | |
OutputPage | $output |
Implemented in MediaWiki\HookContainer\HookRunner.