MediaWiki  master
EditPage__importFormDataHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
5 // phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
8 
26  public function onEditPage__importFormData( $editpage, $request );
27 }
The HTML user interface for page editing.
Definition: EditPage.php:146
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
Definition: WebRequest.php:50
This is a hook handler interface, see docs/Hooks.md.
onEditPage__importFormData( $editpage, $request)
Use this hook to read additional data posted in the form.