MediaWiki master
LogEventsListLineEndingHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7
30 public function onLogEventsListLineEnding( $page, &$ret, $entry, &$classes,
31 &$attribs
32 );
33}
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.