MediaWiki REL1_39
UploadVerifyUploadHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
6use UploadBase;
7use User;
8
37 public function onUploadVerifyUpload( UploadBase $upload, User $user, ?array $props, $comment,
38 $pageText, &$error
39 );
40}
UploadBase and subclasses are the backend of MediaWiki's file uploads.
internal since 1.36
Definition User.php:70
This is a hook handler interface, see docs/Hooks.md.
onUploadVerifyUpload(UploadBase $upload, User $user, ?array $props, $comment, $pageText, &$error)
Use this hook to perform upload verification, based on both file properties like MIME type (same as U...