Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1431763
LogEventsListGetExtraInputsHook.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
874 B
Referenced Files
None
Subscribers
None
LogEventsListGetExtraInputsHook.php
View Options
<?php
namespace
MediaWiki\Hook
;
use
LogEventsList
;
/**
* This is a hook handler interface, see docs/Hooks.md.
* Use the hook name "LogEventsListGetExtraInputs" to register handlers implementing this interface.
*
* @stable to implement
* @ingroup Hooks
*/
interface
LogEventsListGetExtraInputsHook
{
/**
* This hook is called when getting extra inputs to display on
* Special:Log for a specific log type.
*
* @since 1.35
*
* @param string $type Log type being displayed
* @param LogEventsList $logEventsList LogEventsList object for context
* and access to the WebRequest
* @param string &$unused
* @param array &$formDescriptor HTMLForm's form descriptor
* @return bool|void True or no return value to continue or false to abort
*/
public
function
onLogEventsListGetExtraInputs
(
$type
,
$logEventsList
,
&
$unused
,
&
$formDescriptor
);
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sat, May 16, 21:02 (1 d, 16 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
d6/c5/7811f5e81e1b797364bf745d7dcf
Default Alt Text
LogEventsListGetExtraInputsHook.php (874 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment