MediaWiki REL1_35
LogEventsListLineEndingHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
27 public function onLogEventsListLineEnding( $page, &$ret, $entry, &$classes,
28 &$attribs
29 );
30}
A value class to process existing log entries.
onLogEventsListLineEnding( $page, &$ret, $entry, &$classes, &$attribs)
This hook is called before a Special:Log line is finished.