Page MenuHomeWickedGov Phorge

LogEventsListGetExtraInputsHook.php
No OneTemporary

Size
874 B
Referenced Files
None
Subscribers
None

LogEventsListGetExtraInputsHook.php

<?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

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)

Event Timeline