MediaWiki
REL1_35
EditPageBeforeConflictDiffHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
EditPage
;
6
use
OutputPage
;
7
12
interface
EditPageBeforeConflictDiffHook
{
24
public
function
onEditPageBeforeConflictDiff
( $editor, $out );
25
}
EditPage
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition
EditPage.php:62
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:47
MediaWiki\Hook\EditPageBeforeConflictDiffHook
Stable to implement.
Definition
EditPageBeforeConflictDiffHook.php:12
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 Sat Apr 6 2024 00:07:12 for MediaWiki by
1.9.8