MediaWiki master
MessageCache__getHook.php
Go to the documentation of this file.
1<?php
2
4
5// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
25 public function onMessageCache__get( &$key );
26}
27
29class_alias( MessageCache__getHook::class, 'MediaWiki\\Cache\\Hook\\MessageCache__getHook' );
This is a hook handler interface, see docs/Hooks.md.
onMessageCache__get(&$key)
This hook is called when fetching a message.