MediaWiki
REL1_37
LogEventsListGetExtraInputsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
LogEventsList
;
6
14
interface
LogEventsListGetExtraInputsHook
{
29
public
function
onLogEventsListGetExtraInputs
(
$type
, $logEventsList, &$input,
30
&$formDescriptor
31
);
32
}
LogEventsList
Definition
LogEventsList.php:33
MediaWiki\Hook\LogEventsListGetExtraInputsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LogEventsListGetExtraInputsHook.php:14
MediaWiki\Hook\LogEventsListGetExtraInputsHook\onLogEventsListGetExtraInputs
onLogEventsListGetExtraInputs( $type, $logEventsList, &$input, &$formDescriptor)
This hook is called when getting extra inputs to display on Special:Log for a specific log type.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
$type
$type
Definition
testCompression.php:52
includes
logging
Hook
LogEventsListGetExtraInputsHook.php
Generated on Fri Apr 5 2024 23:40:33 for MediaWiki by
1.9.8