MediaWiki REL1_39
EditPage__importFormDataHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
6use EditPage;
7use WebRequest;
8
26 public function onEditPage__importFormData( $editpage, $request );
27}
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition EditPage.php:103
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
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.