MediaWiki  master
AlternateEditHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 
14 interface AlternateEditHook {
24  public function onAlternateEdit( $editPage );
25 }
The HTML user interface for page editing.
Definition: EditPage.php:144
This is a hook handler interface, see docs/Hooks.md.
onAlternateEdit( $editPage)
This hook is called before checking if a user can edit a page and before showing the edit form ( Edit...