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