MediaWiki REL1_35
OpportunisticLinksUpdateHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
5use Page;
7use Title;
8
30 public function onOpportunisticLinksUpdate( $page, $title, $parserOutput );
31}
Represents a title within MediaWiki.
Definition Title.php:42
onOpportunisticLinksUpdate( $page, $title, $parserOutput)
This hook is called by WikiPage::triggerOpportunisticLinksUpdate when a page view triggers a re-rende...
Interface for type hinting (accepts WikiPage, Article, ImagePage, CategoryPage)
Definition Page.php:30