MediaWiki REL1_35
|
Stable to implement. 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. | |
Stable to implement.
Definition at line 11 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.