MediaWiki master
ManualLogEntryBeforePublishHook.php
Go to the documentation of this file.
1<?php
2
4
6
24 public function onManualLogEntryBeforePublish( $logEntry ): void;
25}
26
28class_alias( ManualLogEntryBeforePublishHook::class, 'MediaWiki\\Hook\\ManualLogEntryBeforePublishHook' );
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.