MediaWiki REL1_35
UploadCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use UploadBase;
6
21 public function onUploadComplete( $uploadBase );
22}
UploadBase and subclasses are the backend of MediaWiki's file uploads.
onUploadComplete( $uploadBase)
This hook is called upon completion of a file upload.