|
MediaWiki REL1_39
|
This is a hook handler interface, see docs/Hooks.md. More...

Public Member Functions | |
| onTitleGetRestrictionTypes ( $title, &$types) | |
| Use this hook to modify the types of protection that can be applied. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "TitleGetRestrictionTypes" to register handlers implementing this interface.
Definition at line 14 of file TitleGetRestrictionTypesHook.php.
| MediaWiki\Hook\TitleGetRestrictionTypesHook::onTitleGetRestrictionTypes | ( | $title, | |
| & | $types ) |
Use this hook to modify the types of protection that can be applied.
Implemented in MediaWiki\HookContainer\HookRunner.