MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onAlternateEdit ( $editPage) | |
This hook is called before checking if a user can edit a page and before showing the edit form ( EditPage::edit() ). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "AlternateEdit" to register handlers implementing this interface.
Definition at line 14 of file AlternateEditHook.php.
MediaWiki\Hook\AlternateEditHook::onAlternateEdit | ( | $editPage | ) |
This hook is called before checking if a user can edit a page and before showing the edit form ( EditPage::edit() ).
This is triggered on &action=edit.
EditPage | $editPage |
Implemented in MediaWiki\HookContainer\HookRunner.