MediaWiki
master
TitleGetRestrictionTypesHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Hook
;
4
5
use
MediaWiki\Title\Title
;
6
14
interface
TitleGetRestrictionTypesHook
{
25
public
function
onTitleGetRestrictionTypes
( $title, &$types );
26
}
MediaWiki\Title\Title
Represents a title within MediaWiki.
Definition
Title.php:78
MediaWiki\Hook\TitleGetRestrictionTypesHook
This is a hook handler interface, see docs/Hooks.md.
Definition
TitleGetRestrictionTypesHook.php:14
MediaWiki\Hook\TitleGetRestrictionTypesHook\onTitleGetRestrictionTypes
onTitleGetRestrictionTypes( $title, &$types)
Use this hook to modify the types of protection that can be applied.
MediaWiki\Hook
Definition
ActionBeforeFormDisplayHook.php:3
includes
Hook
TitleGetRestrictionTypesHook.php
Generated on Mon Dec 2 2024 16:24:17 for MediaWiki by
1.10.0