MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onEditPageBeforeConflictDiff ( $editor, $out) | |
Use this hook to modify the EditPage object and output when there's an edit conflict. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "EditPageBeforeConflictDiff" to register handlers implementing this interface.
Definition at line 15 of file EditPageBeforeConflictDiffHook.php.
MediaWiki\Hook\EditPageBeforeConflictDiffHook::onEditPageBeforeConflictDiff | ( | $editor, | |
$out | |||
) |
Use this hook to modify the EditPage object and output when there's an edit conflict.
EditPage | $editor | |
OutputPage | $out |
Implemented in MediaWiki\HookContainer\HookRunner.