MediaWiki master
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onSkinAfterBottomScripts ( $skin, &$text) | |
This hook is called in OutputPage::getBottomScripts() and allows to add extra html at the end of bottom scripts section. | |
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 in OutputPage::getBottomScripts() and allows to add extra html at the end of bottom scripts section.
Skin | $skin | |
string | &$text | BottomScripts text. Append to $text to add additional text/scripts after the stock bottom scripts. |
Implemented in MediaWiki\HookContainer\HookRunner.