|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
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.