MediaWiki
1.39.10
LogEventsListLineEndingHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
DatabaseLogEntry
;
6
use
LogEventsList
;
7
15
interface
LogEventsListLineEndingHook
{
30
public
function
onLogEventsListLineEnding
( $page, &$ret, $entry, &$classes,
31
&$attribs
32
);
33
}
DatabaseLogEntry
A value class to process existing log entries.
Definition
DatabaseLogEntry.php:40
LogEventsList
Definition
LogEventsList.php:34
MediaWiki\Hook\LogEventsListLineEndingHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LogEventsListLineEndingHook.php:15
MediaWiki\Hook\LogEventsListLineEndingHook\onLogEventsListLineEnding
onLogEventsListLineEnding( $page, &$ret, $entry, &$classes, &$attribs)
This hook is called before a Special:Log line is finished.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
logging
Hook
LogEventsListLineEndingHook.php
Generated on Tue Oct 1 2024 01:16:08 for MediaWiki by
1.10.0