|
MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
| onLogEventsListShowLogExtract (&$s, $types, $pages, $user, $param) | |
| This hook is called before the string is added to OutputPage. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "LogEventsListShowLogExtract" to register handlers implementing this interface.
Definition at line 12 of file LogEventsListShowLogExtractHook.php.
| MediaWiki\Hook\LogEventsListShowLogExtractHook::onLogEventsListShowLogExtract | ( | & | $s, |
| $types, | |||
| $pages, | |||
| $user, | |||
| $param ) |
This hook is called before the string is added to OutputPage.
| string | &$s | HTML to show for the log extract |
| string | array | $types | Log types to show |
| array | $pages | Page titles to show log entries for |
| string | $user | User who made the log entries |
| array | $param | Associative array with the following additional options:
|
Implemented in MediaWiki\HookContainer\HookRunner.