MediaWiki REL1_35
SkinAddFooterLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Skin;
6
26 public function onSkinAddFooterLinks( Skin $skin, string $key, array &$footerItems );
27}
The main skin class which provides methods and properties for all other skins.
Definition Skin.php:41
onSkinAddFooterLinks(Skin $skin, string $key, array &$footerItems)
This hook is called when generating the code used to display the footer.