MediaWiki
REL1_40
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:56
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 Thu Jun 27 2024 14:03:30 for MediaWiki by
1.10.0