MediaWiki master
EditPage__importFormDataHook.php
Go to the documentation of this file.
1<?php
2
3namespace 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:145
The WebRequest class encapsulates getting at data passed in the URL or via a POSTed form,...
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.