MediaWiki REL1_35
LogEventsListGetExtraInputsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
26 public function onLogEventsListGetExtraInputs( $type, $logEventsList, &$input,
27 &$formDescriptor
28 );
29}
onLogEventsListGetExtraInputs( $type, $logEventsList, &$input, &$formDescriptor)
This hook is called when getting extra inputs to display on Special:Log for a specific log type.