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:76
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 Tue Oct 3 2023 22:08:38 for MediaWiki by
1.9.1