MediaWiki REL1_35
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
23 public function onEditPage__importFormData( $editpage, $request );
24}
The edit page/HTML interface (split from Article) The actual database and text munging is still in Ar...
Definition EditPage.php:62
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form stripping il...
onEditPage__importFormData( $editpage, $request)
Use this hook to read additional data posted in the form.