MediaWiki master
SpecialBlockModifyFormFieldsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
24 public function onSpecialBlockModifyFormFields( $sp, &$fields );
25}
A special page that allows users with 'block' right to block users from editing pages and other actio...
This is a hook handler interface, see docs/Hooks.md.
onSpecialBlockModifyFormFields( $sp, &$fields)
Use this hook to add more fields to Special:Block.