MediaWiki
REL1_37
LanguageLinksHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Title
;
6
14
interface
LanguageLinksHook
{
30
public
function
onLanguageLinks
(
$title
, &$links, &$linkFlags );
31
}
Title
Represents a title within MediaWiki.
Definition
Title.php:48
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
$title
$title
Definition
testCompression.php:38
includes
Hook
LanguageLinksHook.php
Generated on Fri Apr 5 2024 23:40:18 for MediaWiki by
1.9.8