Manual:Hooks/UploadForm:initial

From MediaWiki.org

Jump to: navigation, search
This feature has been deprecated and should not be used with current versions of MediaWiki.

This feature was deprecated (or possibly removed completely) in version 1.16.0.

UploadForm:initial
Available from version 1.9.0
Removed in version 1.16.0
Called just before the upload form is generated

*Define function:
function fnMyHook( $uploadFormObj ) { ... }

*Attach hook:
$wgHooks['UploadForm:initial'][] = 'fnMyHook';
Called from: SpecialUpload.php

*For more information about attaching hooks, see Manual:Hooks.
*For examples of extensions using this hook, see Category:UploadForm:initial extensions.


[edit] Details

  • $uploadFormObj: current UploadForm object