MediaWiki REL1_40
|
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. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ManualLogEntryBeforePublish" to register handlers implementing this interface.
Definition at line 14 of file ManualLogEntryBeforePublishHook.php.
MediaWiki\Hook\ManualLogEntryBeforePublishHook::onManualLogEntryBeforePublish | ( | $logEntry | ) |
Use this hook to access or modify log entry just before it is published.
ManualLogEntry | $logEntry |
Implemented in MediaWiki\HookContainer\HookRunner.