MediaWiki
master
LogEventsListGetExtraInputsHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Logging\Hook
;
4
5
use
MediaWiki\Logging\LogEventsList
;
6
14
interface
LogEventsListGetExtraInputsHook
{
28
public
function
onLogEventsListGetExtraInputs
( $type, $logEventsList, &$unused,
29
&$formDescriptor
30
);
31
}
32
34
class_alias( LogEventsListGetExtraInputsHook::class,
'MediaWiki\\Hook\\LogEventsListGetExtraInputsHook'
);
MediaWiki\Logging\LogEventsList
Definition
LogEventsList.php:53
MediaWiki\Logging\Hook\LogEventsListGetExtraInputsHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LogEventsListGetExtraInputsHook.php:14
MediaWiki\Logging\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\Logging\Hook
Definition
LogEventsListGetExtraInputsHook.php:3
includes
Logging
Hook
LogEventsListGetExtraInputsHook.php
Generated on Wed Aug 19 2026 20:27:47 for MediaWiki by
1.10.0