MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSkinAddFooterLinks (Skin $skin, string $key, array &$footerItems) | |
This hook is called when generating the code used to display the footer. | |
Stable to implement.
Definition at line 11 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.
Skins
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.