MediaWiki REL1_35
ManualLogEntryBeforePublishHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
21 public function onManualLogEntryBeforePublish( $logEntry ) : void;
22}
Class for creating new log entries and inserting them into the database.
onManualLogEntryBeforePublish( $logEntry)
Use this hook to access or modify log entry just before it is published.