MediaWiki master
SkinAfterBottomScriptsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Skin\Hook;
4
6
26 public function onSkinAfterBottomScripts( $skin, &$text );
27}
28
30class_alias( SkinAfterBottomScriptsHook::class, 'MediaWiki\\Hook\\SkinAfterBottomScriptsHook' );
The base class for all skins.
Definition Skin.php:43
This is a hook handler interface, see docs/Hooks.md.
onSkinAfterBottomScripts( $skin, &$text)
This hook is called in OutputPage::getBottomScripts() and allows to add extra html at the end of bott...