MediaWiki master
MessagePostProcessTextHook.php
Go to the documentation of this file.
1<?php
2
4
24 public function onMessagePostProcessText( &$value, $format, $key ): void;
25}
This is a hook handler interface, see docs/Hooks.md.
onMessagePostProcessText(&$value, $format, $key)
This hook is called after a message is formatted as a text format.