MediaWiki 1.41.2
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}
Represents a title within MediaWiki.
Definition Title.php:76
Rendered output of a wiki page, as parsed from wikitext.
Base representation for an editable wiki page.
Definition WikiPage.php:77
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...