MediaWiki
REL1_41
LanguageLinksHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
14
interface
LanguageLinksHook
{
30
public
function
onLanguageLinks
( $title, &$links, &$linkFlags );
31
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:76
MediaWiki\Hook\LanguageLinksHook
This is a hook handler interface, see docs/Hooks.md.
Definition
LanguageLinksHook.php:14
MediaWiki\Hook\LanguageLinksHook\onLanguageLinks
onLanguageLinks( $title, &$links, &$linkFlags)
Use this hook to manipulate a page's language links.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
LanguageLinksHook.php
Generated on Wed Nov 27 2024 07:23:26 for MediaWiki by
1.10.0