MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onSkinAfterBottomScripts ( $skin, &$text) | |
This hook is called at the end of Skin::bottomScripts(). | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SkinAfterBottomScripts" to register handlers implementing this interface.
Definition at line 14 of file SkinAfterBottomScriptsHook.php.
MediaWiki\Hook\SkinAfterBottomScriptsHook::onSkinAfterBottomScripts | ( | $skin, | |
& | $text | ||
) |
This hook is called at the end of Skin::bottomScripts().
Skin | $skin | |
string | &$text | BottomScripts text. Append to $text to add additional text/scripts after the stock bottom scripts. |
Implemented in MediaWiki\HookContainer\HookRunner.