MediaWiki master
SkinAddFooterLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Skin\Hook;
4
6
29 public function onSkinAddFooterLinks( Skin $skin, string $key, array &$footerItems );
30}
31
33class_alias( SkinAddFooterLinksHook::class, 'MediaWiki\\Hook\\SkinAddFooterLinksHook' );
The base class for all skins.
Definition Skin.php:54
This is a hook handler interface, see docs/Hooks.md.
onSkinAddFooterLinks(Skin $skin, string $key, array &$footerItems)
This hook is called when generating the code used to display the footer.