MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onMessageCacheReplace ( $title, $text) | |
This hook is called when a message page is changed. | |
Stable to implement.
Definition at line 11 of file MessageCacheReplaceHook.php.
MediaWiki\Cache\Hook\MessageCacheReplaceHook::onMessageCacheReplace | ( | $title, | |
$text | |||
) |
This hook is called when a message page is changed.
Use this hook to update caches.
Title | $title | Name of the page changed |
string | $text | New contents of the page |
Implemented in MediaWiki\HookContainer\HookRunner.