MediaWiki master
OutputPageBodyAttributesHook.php
Go to the documentation of this file.
1<?php
2
4
6use Skin;
7
29 public function onOutputPageBodyAttributes( $out, $sk, &$bodyAttrs ): void;
30}
31
33class_alias( OutputPageBodyAttributesHook::class, 'MediaWiki\Hook\OutputPageBodyAttributesHook' );
This is one of the Core classes and should be read at least once by any new developers.
The base class for all skins.
Definition Skin.php:58
This is a hook handler interface, see docs/Hooks.md.
onOutputPageBodyAttributes( $out, $sk, &$bodyAttrs)
This hook is called when OutputPage::headElement is creating the body tag to allow for extensions to ...