MediaWiki REL1_40
|
This is a hook handler interface, see docs/Hooks.md. More...
Inherited by MediaWiki\HookContainer\HookRunner.
Public Member Functions | |
onSiteNoticeBefore (&$siteNotice, $skin) | |
This hook is called before the sitenotice/anonnotice is composed. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "SiteNoticeBefore" to register handlers implementing this interface.
Definition at line 14 of file SiteNoticeBeforeHook.php.
MediaWiki\Hook\SiteNoticeBeforeHook::onSiteNoticeBefore | ( | & | $siteNotice, |
$skin ) |
This hook is called before the sitenotice/anonnotice is composed.
string | &$siteNotice | HTML returned as the sitenotice |
Skin | $skin |
Implemented in MediaWiki\HookContainer\HookRunner.