MediaWiki
REL1_35
OutputPageBodyAttributesHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
OutputPage
;
6
use
Skin
;
7
12
interface
OutputPageBodyAttributesHook
{
26
public
function
onOutputPageBodyAttributes
( $out, $sk, &$bodyAttrs );
27
}
OutputPage
This is one of the Core classes and should be read at least once by any new developers.
Definition
OutputPage.php:47
Skin
The main skin class which provides methods and properties for all other skins.
Definition
Skin.php:41
MediaWiki\Hook\OutputPageBodyAttributesHook
Stable to implement.
Definition
OutputPageBodyAttributesHook.php:12
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 Sat Apr 6 2024 00:07:13 for MediaWiki by
1.9.8