MediaWiki master
LanguageLinksHook.php
Go to the documentation of this file.
1<?php
2
4
6
30 public function onLanguageLinks( $title, &$links, &$linkFlags );
31}
32
34class_alias( LanguageLinksHook::class, 'MediaWiki\Hook\LanguageLinksHook' );
Represents a title within MediaWiki.
Definition Title.php:78
This is a hook handler interface, see docs/Hooks.md.
onLanguageLinks( $title, &$links, &$linkFlags)
Use this hook to manipulate a page's language links.