MediaWiki
master
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:35
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 Thu Feb 2 2023 02:09:37 for MediaWiki by
1.9.1