MediaWiki master
SkinEditSectionLinksHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Language;
7use Skin;
8
38 public function onSkinEditSectionLinks( $skin, $title, $section, $sectionTitle,
39 &$result, $lang
40 );
41}
Base class for language-specific code.
Definition Language.php:63
Represents a title within MediaWiki.
Definition Title.php:78
The base class for all skins.
Definition Skin.php:58
This is a hook handler interface, see docs/Hooks.md.
onSkinEditSectionLinks( $skin, $title, $section, $sectionTitle, &$result, $lang)
Use this hook to modify section edit links.