MediaWiki
master
LogEventsListGetExtraInputsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Logging\LogEventsList
;
6
14
interface
LogEventsListGetExtraInputsHook
{
28
public
function
onLogEventsListGetExtraInputs
( $type, $logEventsList, &$unused,
29
&$formDescriptor
30
);
31
}
MediaWiki\Logging\LogEventsList
Definition
LogEventsList.php:61
MediaWiki\Hook\LogEventsListGetExtraInputsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LogEventsListGetExtraInputsHook.php:14
MediaWiki\Hook\LogEventsListGetExtraInputsHook\onLogEventsListGetExtraInputs
onLogEventsListGetExtraInputs( $type, $logEventsList, &$unused, &$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
includes
logging
Hook
LogEventsListGetExtraInputsHook.php
Generated on Sun Apr 20 2025 00:24:55 for MediaWiki by
1.10.0