MediaWiki REL1_35
|
Stable to implement. More...
Public Member Functions | |
onSkinAfterBottomScripts ( $skin, &$text) | |
This hook is called at the end of Skin::bottomScripts(). | |
Stable to implement.
Definition at line 11 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.