MediaWiki REL1_35
UploadForm_BeforeProcessingHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6
7// phpcs:disable Squiz.Classes.ValidClassName.NotCamelCaps
25 public function onUploadForm_BeforeProcessing( $upload );
26}
Form for handling uploads and special page.
onUploadForm_BeforeProcessing( $upload)
This hook is called at the beginning of processUpload().