MediaWiki
REL1_39
EditPageBeforeConflictDiffHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
EditPage
;
6
use
OutputPage
;
7
15
interface
EditPageBeforeConflictDiffHook
{
27
public
function
onEditPageBeforeConflictDiff
( $editor, $out );
28
}
EditPage
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition
EditPage.php:103
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:54
MediaWiki\Hook\EditPageBeforeConflictDiffHook
This is a hook handler interface, see docs/Hooks.md.
Definition
EditPageBeforeConflictDiffHook.php:15
MediaWiki\Hook\EditPageBeforeConflictDiffHook\onEditPageBeforeConflictDiff
onEditPageBeforeConflictDiff( $editor, $out)
Use this hook to modify the EditPage object and output when there's an edit conflict.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
EditPageBeforeConflictDiffHook.php
Generated on Mon Dec 16 2024 06:35:08 for MediaWiki by
1.10.0