MediaWiki REL1_35
MediaWiki\Page\Hook\DisplayOldSubtitleHook Interface Reference

Stable to implement. More...

Inheritance diagram for MediaWiki\Page\Hook\DisplayOldSubtitleHook:

Public Member Functions

 onDisplayOldSubtitle ( $article, &$oldid)
 This hook is called before creating subtitle when browsing old versions of an article.
 

Detailed Description

Stable to implement.

Definition at line 11 of file DisplayOldSubtitleHook.php.

Member Function Documentation

◆ onDisplayOldSubtitle()

MediaWiki\Page\Hook\DisplayOldSubtitleHook::onDisplayOldSubtitle (   $article,
$oldid 
)

This hook is called before creating subtitle when browsing old versions of an article.

Since
1.35
Parameters
Article$articleArticle being viewed
int&$oldidOld ID being viewed
Returns
bool|void True or no return value to continue or false to abort

Implemented in MediaWiki\HookContainer\HookRunner.


The documentation for this interface was generated from the following file: