MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onDisplayOldSubtitle ( $article, &$oldid) | |
This hook is called before creating subtitle when browsing old versions of an article. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "DisplayOldSubtitle" to register handlers implementing this interface.
Definition at line 14 of file DisplayOldSubtitleHook.php.
MediaWiki\Page\Hook\DisplayOldSubtitleHook::onDisplayOldSubtitle | ( | $article, | |
& | $oldid ) |
This hook is called before creating subtitle when browsing old versions of an article.
Implemented in MediaWiki\HookContainer\HookRunner.