MediaWiki
REL1_37
EditPageGetDiffContentHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Content
;
6
use
EditPage
;
7
15
interface
EditPageGetDiffContentHook
{
27
public
function
onEditPageGetDiffContent
( $editPage, &$newtext );
28
}
EditPage
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition
EditPage.php:88
Content
Base interface for content objects.
Definition
Content.php:35
MediaWiki\Hook\EditPageGetDiffContentHook
This is a hook handler interface, see docs/Hooks.md.
Definition
EditPageGetDiffContentHook.php:15
MediaWiki\Hook\EditPageGetDiffContentHook\onEditPageGetDiffContent
onEditPageGetDiffContent( $editPage, &$newtext)
Use this hook to modify the wikitext that will be used in "Show changes".
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
EditPageGetDiffContentHook.php
Generated on Fri Apr 5 2024 23:40:17 for MediaWiki by
1.9.8