MediaWiki master
MessagesPreLoadHook.php
Go to the documentation of this file.
1<?php
2
4
23 public function onMessagesPreLoad( $title, &$message, $code );
24}
25
27class_alias( MessagesPreLoadHook::class, 'MediaWiki\\Cache\\Hook\\MessagesPreLoadHook' );
This is a hook handler interface, see docs/Hooks.md.
onMessagesPreLoad( $title, &$message, $code)
This hook is called when loading a message from the database.