MediaWiki master
EditPageGetDiffContentHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
27 public function onEditPageGetDiffContent( $editPage, &$newtext );
28}
The HTML user interface for page editing.
Definition EditPage.php:152
Content objects represent page content, e.g.
Definition Content.php:42
This is a hook handler interface, see docs/Hooks.md.
onEditPageGetDiffContent( $editPage, &$newtext)
Use this hook to modify the wikitext that will be used in "Show changes".