MediaWiki master
SpecialUploadCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
23 public function onSpecialUploadComplete( $form );
24}
Form for handling uploads and special page.
This is a hook handler interface, see docs/Hooks.md.
onSpecialUploadComplete( $form)
This hook is called after successfully uploading a file from Special:Upload.