MediaWiki master
OpportunisticLinksUpdateHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Page\Hook;
4
7use WikiPage;
8
33 public function onOpportunisticLinksUpdate( $page, $title, $parserOutput );
34}
Rendered output of a wiki page, as parsed from wikitext.
Represents a title within MediaWiki.
Definition Title.php:78
Base representation for an editable wiki page.
Definition WikiPage.php:79
This is a hook handler interface, see docs/Hooks.md.
onOpportunisticLinksUpdate( $page, $title, $parserOutput)
This hook is called by WikiPage::triggerOpportunisticLinksUpdate when a page view triggers a re-rende...