MediaWiki master
SiteNoticeBeforeHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Skin\Hook;
4
6
31 public function onSiteNoticeBefore( &$siteNotice, $skin );
32}
33
35class_alias( SiteNoticeBeforeHook::class, 'MediaWiki\\Hook\\SiteNoticeBeforeHook' );
The base class for all skins.
Definition Skin.php:54
This is a hook handler interface, see docs/Hooks.md.
onSiteNoticeBefore(&$siteNotice, $skin)
Replace or disable the sitenotice.