MediaWiki  master
ManualLogEntryBeforePublishHook.php
Go to the documentation of this file.
1 <?php
2 
3 namespace MediaWiki\Hook;
4 
6 
24  public function onManualLogEntryBeforePublish( $logEntry ): void;
25 }
Class for creating new log entries and inserting them into the database.
This is a hook handler interface, see docs/Hooks.md.
onManualLogEntryBeforePublish( $logEntry)
Use this hook to access or modify log entry just before it is published.