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