MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onArticleContentOnDiff ( $diffEngine, $output) | |
This hook is called before showing the article content below a diff. | |
Stable to implement.
Definition at line 12 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.