MediaWiki master
UploadVerifyUploadHook.php
Go to the documentation of this file.
1<?php
2
3namespace MediaWiki\Hook;
4
7use UploadBase;
8
37 public function onUploadVerifyUpload( UploadBase $upload, User $user, ?array $props, $comment,
38 $pageText, &$error
39 );
40}
internal since 1.36
Definition User.php:93
UploadBase and subclasses are the backend of MediaWiki's file uploads.
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...