MediaWiki
REL1_39
DisplayOldSubtitleHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
Article
;
6
14
interface
DisplayOldSubtitleHook
{
25
public
function
onDisplayOldSubtitle
( $article, &$oldid );
26
}
Article
Legacy class representing an editable page and handling UI for some page actions.
Definition
Article.php:48
MediaWiki\Page\Hook\DisplayOldSubtitleHook
This is a hook handler interface, see docs/Hooks.md.
Definition
DisplayOldSubtitleHook.php:14
MediaWiki\Page\Hook\DisplayOldSubtitleHook\onDisplayOldSubtitle
onDisplayOldSubtitle( $article, &$oldid)
This hook is called before creating subtitle when browsing old versions of an article.
MediaWiki\Page\Hook
Definition
Article__MissingArticleConditionsHook.php:3
includes
page
Hook
DisplayOldSubtitleHook.php
Generated on Mon Dec 16 2024 06:35:47 for MediaWiki by
1.10.0