MediaWiki REL1_39
PersonalUrlsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use Title;
7
30 public function onPersonalUrls( &$personal_urls, &$title, $skin ): void;
31}
Base class for QuickTemplate-based skins.
Represents a title within MediaWiki.
Definition Title.php:49
This is a hook handler interface, see docs/Hooks.md.
onPersonalUrls(&$personal_urls, &$title, $skin)
Use this hook to alter the user-specific navigation links (e.g.