MediaWiki REL1_35
LanguageLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
27 public function onLanguageLinks( $title, &$links, &$linkFlags );
28}
Represents a title within MediaWiki.
Definition Title.php:42
onLanguageLinks( $title, &$links, &$linkFlags)
Use this hook to manipulate a page's language links.