MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSkinGetPoweredBy (&$text, $skin) | |
This hook is called when generating the code used to display the "Powered by MediaWiki" icon. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SkinGetPoweredBy" to register handlers implementing this interface.
Definition at line 14 of file SkinGetPoweredByHook.php.
MediaWiki\Hook\SkinGetPoweredByHook::onSkinGetPoweredBy | ( | & | $text, |
$skin | |||
) |
This hook is called when generating the code used to display the "Powered by MediaWiki" icon.
string | &$text | Additional 'powered by' icons in HTML. Note: Modern skin does not use the MediaWiki icon but plain text instead. |
Skin | $skin |
Implemented in MediaWiki\HookContainer\HookRunner.