MediaWiki master
MediaWiki\Hook\EditPage__importFormDataHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

 onEditPage__importFormData ( $editpage, $request)
 Use this hook to read additional data posted in the form.
 

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "EditPage::importFormData" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 16 of file EditPage__importFormDataHook.php.

Member Function Documentation

◆ onEditPage__importFormData()

MediaWiki\Hook\EditPage__importFormDataHook::onEditPage__importFormData ( $editpage,
$request )

Use this hook to read additional data posted in the form.

Since
1.35
Parameters
EditPage$editpage
WebRequest$request
Returns
bool|void Return value is ignored; this hook should always return true

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: