Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1432538
EditPage__importFormDataHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
719 B
Referenced Files
None
Subscribers
None
EditPage__importFormDataHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
use
MediaWiki\EditPage\EditPage
;
use
MediaWiki\Request\WebRequest
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "EditPage::importFormData" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
EditPage__importFormDataHook
{
/**
* Use this hook to read additional data posted in the form.
*
* @since 1.35
*
* @param EditPage $editpage
* @param WebRequest $request
* @return bool|void Return value is ignored; this hook should always return true
*/
public
function
onEditPage__importFormData
(
$editpage
,
$request
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:55 (1 d, 4 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
3a/e9/d9f335626ac109566cf0ae174b9f
Default Alt Text
EditPage__importFormDataHook.php (719 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment