MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSkinAddFooterLinks (Skin $skin, string $key, array &$footerItems) | |
This hook is called when generating the code used to display the footer. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SkinAddFooterLinks" to register handlers implementing this interface.
Definition at line 14 of file SkinAddFooterLinksHook.php.
MediaWiki\Hook\SkinAddFooterLinksHook::onSkinAddFooterLinks | ( | Skin | $skin, |
string | $key, | ||
array & | $footerItems | ||
) |
This hook is called when generating the code used to display the footer.
Skin | $skin | |
string | $key | the current key for the current group (row) of footer links. e.g. info or places . |
array | &$footerItems | an empty array that can be populated with new links. keys should be strings and will be used for generating the ID of the footer item and value should be an HTML string. |
Implemented in MediaWiki\HookContainer\HookRunner.