MediaWiki
REL1_41
SidebarBeforeOutputHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
Skin
;
6
14
interface
SidebarBeforeOutputHook
{
26
public
function
onSidebarBeforeOutput
( $skin, &$sidebar ): void;
27
}
Skin
The base class for all skins.
Definition
Skin.php:60
MediaWiki\Hook\SidebarBeforeOutputHook
This is a hook handler interface, see docs/Hooks.md.
Definition
SidebarBeforeOutputHook.php:14
MediaWiki\Hook\SidebarBeforeOutputHook\onSidebarBeforeOutput
onSidebarBeforeOutput( $skin, &$sidebar)
Use this hook to edit the sidebar just before it is output by skins.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
skins
Hook
SidebarBeforeOutputHook.php
Generated on Wed Nov 27 2024 07:24:56 for MediaWiki by
1.10.0