MediaWiki REL1_35
EditPageTosSummaryHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use Title;
6
22 public function onEditPageTosSummary( $title, &$msg );
23}
Represents a title within MediaWiki.
Definition Title.php:42
onEditPageTosSummary( $title, &$msg)
Use this hook for site and per-namespace customizations of terms of service summary link that might e...