MediaWiki
REL1_40
OutputPageBodyAttributesHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
use
Skin
;
7
15
interface
OutputPageBodyAttributesHook
{
29
public
function
onOutputPageBodyAttributes
( $out, $sk, &$bodyAttrs ): void;
30
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:60
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:56
MediaWiki\Hook\OutputPageBodyAttributesHook
This is a hook handler interface, see docs/Hooks.md.
Definition
OutputPageBodyAttributesHook.php:15
MediaWiki\Hook\OutputPageBodyAttributesHook\onOutputPageBodyAttributes
onOutputPageBodyAttributes( $out, $sk, &$bodyAttrs)
This hook is called when OutputPage::headElement is creating the body tag to allow for extensions to ...
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
OutputPageBodyAttributesHook.php
Generated on Thu Jun 27 2024 14:02:50 for MediaWiki by
1.10.0