MediaWiki
master
EditPageBeforeConflictDiffHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\EditPage\EditPage
;
6
use
MediaWiki\Output\OutputPage
;
7
15
interface
EditPageBeforeConflictDiffHook
{
27
public
function
onEditPageBeforeConflictDiff
( $editor, $out );
28
}
MediaWiki\EditPage\EditPage
The HTML user interface for page editing.
Definition
EditPage.php:149
MediaWiki\Output\OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:97
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 Tue Dec 3 2024 15:23:57 for MediaWiki by
1.10.0