MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onLogEventsListGetExtraInputs ( $type, $logEventsList, &$input, &$formDescriptor) | |
This hook is called when getting extra inputs to display on Special:Log for a specific log type. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LogEventsListGetExtraInputs" to register handlers implementing this interface.
Definition at line 14 of file LogEventsListGetExtraInputsHook.php.
MediaWiki\Hook\LogEventsListGetExtraInputsHook::onLogEventsListGetExtraInputs | ( | $type, | |
$logEventsList, | |||
& | $input, | ||
& | $formDescriptor | ||
) |
This hook is called when getting extra inputs to display on Special:Log for a specific log type.
string | $type | Log type being displayed |
LogEventsList | $logEventsList | LogEventsList object for context and access to the WebRequest |
string | &$input | HTML of an input element. Deprecated, use $formDescriptor instead. |
array | &$formDescriptor | HTMLForm's form descriptor |
Implemented in MediaWiki\HookContainer\HookRunner.