MediaWiki master
LogEventsListLineEndingHook.php
Go to the documentation of this file.
1<?php
2
4
7
30 public function onLogEventsListLineEnding( $page, &$ret, $entry, &$classes,
31 &$attribs
32 );
33}
34
36class_alias( LogEventsListLineEndingHook::class, 'MediaWiki\\Hook\\LogEventsListLineEndingHook' );
A value class to process existing log entries.
This is a hook handler interface, see docs/Hooks.md.
onLogEventsListLineEnding( $page, &$ret, $entry, &$classes, &$attribs)
This hook is called before a Special:Log line is finished.