MediaWiki master
MediaWiki\Hook\ManualLogEntryBeforePublishHook Interface Reference

This is a hook handler interface, see docs/Hooks.md. More...

Inherited by MediaWiki\HookContainer\HookRunner.

Public Member Functions

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

Detailed Description

This is a hook handler interface, see docs/Hooks.md.

Use the hook name "ManualLogEntryBeforePublish" to register handlers implementing this interface.

Stability: stable
to implement

Definition at line 14 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: