MediaWiki
REL1_35
OpportunisticLinksUpdateHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Page\Hook
;
4
5
use
Page
;
6
use
ParserOutput
;
7
use
Title
;
8
13
interface
OpportunisticLinksUpdateHook
{
30
public
function
onOpportunisticLinksUpdate
( $page,
$title
, $parserOutput );
31
}
ParserOutput
Definition
ParserOutput.php:27
Title
Represents a title within MediaWiki.
Definition
Title.php:42
MediaWiki\Page\Hook\OpportunisticLinksUpdateHook
Stable to implement.
Definition
OpportunisticLinksUpdateHook.php:13
MediaWiki\Page\Hook\OpportunisticLinksUpdateHook\onOpportunisticLinksUpdate
onOpportunisticLinksUpdate( $page, $title, $parserOutput)
This hook is called by WikiPage::triggerOpportunisticLinksUpdate when a page view triggers a re-rende...
Page
Interface for type hinting (accepts WikiPage, Article, ImagePage, CategoryPage)
Definition
Page.php:30
MediaWiki\Page\Hook
Definition
Article__MissingArticleConditionsHook.php:3
$title
$title
Definition
testCompression.php:38
includes
page
Hook
OpportunisticLinksUpdateHook.php
Generated on Sat Apr 6 2024 00:07:34 for MediaWiki by
1.9.8