MediaWiki master
LogEventsListGetExtraInputsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
28 public function onLogEventsListGetExtraInputs( $type, $logEventsList, &$unused,
29 &$formDescriptor
30 );
31}
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.