MediaWiki master
UploadCompleteHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
5use UploadBase;
6
24 public function onUploadComplete( $uploadBase );
25}
UploadBase and subclasses are the backend of MediaWiki's file uploads.
This is a hook handler interface, see docs/Hooks.md.
onUploadComplete( $uploadBase)
This hook is called upon completion of a file upload.