MediaWiki master
UploadFormSourceDescriptorsHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
23 public function onUploadFormSourceDescriptors( &$descriptor, &$radio,
24 $selectedSourceType
25 );
26}
This is a hook handler interface, see docs/Hooks.md.
onUploadFormSourceDescriptors(&$descriptor, &$radio, $selectedSourceType)
This hook is called after the standard source inputs have been added to the descriptor.