MediaWiki master
LogEventsListGetExtraInputsHook.php
Go to the documentation of this file.
1<?php
2
4
6
28 public function onLogEventsListGetExtraInputs( $type, $logEventsList, &$unused,
29 &$formDescriptor
30 );
31}
32
34class_alias( LogEventsListGetExtraInputsHook::class, 'MediaWiki\\Hook\\LogEventsListGetExtraInputsHook' );
This is a hook handler interface, see docs/Hooks.md.
onLogEventsListGetExtraInputs( $type, $logEventsList, &$unused, &$formDescriptor)
This hook is called when getting extra inputs to display on Special:Log for a specific log type.