MediaWiki REL1_35
MediaWiki\Hook\ManualLogEntryBeforePublishHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Hook\ManualLogEntryBeforePublishHook:

Public Member Functions

 onManualLogEntryBeforePublish ( $logEntry)
 Use this hook to access or modify log entry just before it is published.
 

Detailed Description

Stable to implement.

Definition at line 11 of file ManualLogEntryBeforePublishHook.php.

Member Function Documentation

◆ onManualLogEntryBeforePublish()

MediaWiki\Hook\ManualLogEntryBeforePublishHook::onManualLogEntryBeforePublish (   $logEntry)

Use this hook to access or modify log entry just before it is published.

Since
1.35
Parameters
ManualLogEntry$logEntry
Returns
void This hook must not abort, it must return no value

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: