MediaWiki REL1_35
AlternateEditHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use EditPage;
6
21 public function onAlternateEdit( $editPage );
22}
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition EditPage.php:62
onAlternateEdit( $editPage)
This hook is called before checking if a user can edit a page and before showing the edit form ( Edit...